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

Published: 17 March 2021
on channel: QuickGuideToProgramming
40
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


Watch video Quick Guide to GitHub Part 1 Git Installation, Code Storage and Retrieval using VSCode online without registration, duration hours minute second in high quality. This video was added by user QuickGuideToProgramming 17 March 2021, don't forget to share it with your friends and acquaintances, it has been viewed on our site 40 once and liked it 2 people.