Quick Guide to GitHub Part 1 Git Installation, Code Storage and Retrieval using VSCode

Published: 17 March 2021
on channel: QuickGuideToProgramming
41
2

Hello! Welcome to the fourth video in our Quick Guide Series. Today we are going to look into how to install git, and also save and retrieve your work in GitHub using Visual Studio.

Please leave a like if this video is helpful.

If you have a question in mind please leave a comment or if there are topics you would like to discuss.

Commands used:
git --version
git status
git config --global user.name (Your Name)
git config --global user.email (Your Email)
windows
git config --global core.autocrlf true
mac / linux
git config --global core.autocrlf input
git init
dotnet new gitignore
git remote add origin (Git Repo Link)

Links used:
https://git-scm.com/downloads

Timeline of this video for your convenience:

00:00 Intro
00:46 Check Git Version
01:03 Install Git
02:49 Git Configuration
05:15 Initialize Git
06:22 Add Git Ignore
07:52 Commit Change to Git
08:31 Creating Git Repository
09:37 Add Remote origin and Push to GitHub
10:57 Cloning Repository
12:07 Summary


On this page of the site you can watch the video online Quick Guide to GitHub Part 1 Git Installation, Code Storage and Retrieval using VSCode with a duration of online in good quality, which was uploaded by the user QuickGuideToProgramming 17 March 2021, share the link with friends and acquaintances, this video has already been watched 41 times on youtube and it was liked by 2 viewers. Enjoy your viewing!