APIs

All entries about APIs!
^Top
<< Back










Highlighted Entries

Sub Categories

Youtube
Git

Youtube

Thumbnail URLs

Views: 1023 Created: 2020-07-20 16:55:27 Modified: 2023-03-22 09:44:44
This Links will guide you to your Youtube Thumbnail: https://img.youtube.com/vi/&lt;insert-youtube-video-id-here&gt;/default.jpg https://img.youtube.com/vi/&lt;insert-youtube-video-id-here&gt;/hqdefault.jpg https://img.youtube.com/vi/&lt;insert-youtube-video-id-here&gt;/mqdefault.jpg https://img.youtube.com/vi/&lt;insert...

Git

Commit an Update to Repository [CLI]

Views: 575 Created: 2021-03-09 11:33:33 Modified: 2023-03-28 05:18:17
Create a new Repository from Command Line echo &quot;# asd&quot; &gt;&gt; README.md<br /> git init<br /> git add README.md<br /> git commit -m &quot;first commit&quot;<br /> git branch -M main<br /> git remote add origin https://github.com/bugfishtm/asd.git<br /> git push -u origin main Pu...

Git Clone with Command Line

Views: 595 Created: 2021-03-09 10:56:46 Modified: 2023-02-26 20:25:53
How to use git to clone a remote repository? Open the CommandLine Navigate to the Folder You want to get the repository cloned to Execute Git Command: &quot;git clone https://yourgitlaburl.url/group/repository.git&quot; Now the actual repository files should be in your Folder. A successfull output looks like this: Cloning into &#39;exam...

This Website is using Session Cookies for Site Functionality.