In this video I’m gonna tell everything you need to know about git and usage of their commands to start using git in any project.
00:25 What is git?
00:32 Traditional Approach v/s Git
01:01 Why do we say Git is a distributed version-control system?
01:35 Install Git
01:44 First thing after installation
02:27 Initialize Git
02:33 Clone git repository
02:45 Add files to staging
02:52 Check status of changes
02:33 Commit changes
03:23 View commit logs
05:00 Add single file to staging
05:55 Check code at a specific commit
06:15 Switch to branch and make it current “HEAD” branch
06:41 List branches and check current branch
06:55 Create and switch to new branch
07:45 Switch to a branch
08:00 Marge code from one branch to current branch
08:34 Create new repository on Github
09:06 Add remote server
09:28 Add a collaborator/team member
10:11 Fetch and merge change on remote server to your working directory
You can follow me on twitter at / chandreshhere
Music: https://www.bensound.com
#git #tutorial #github