Autoplay
Autocomplete
Previous Lesson
Complete and Continue
Git Complete Hands on Training for Web Developers
Introduction to Git Version Control
Refer your friend and earn 50%
What is git version control ? (7:37)
download git for windows (3:17)
How to initialize git repo ? (8:03)
Configure git username and email (3:01)
git commit staged files (4:53)
git how to check commit history (6:24)
Git - Viewing the Commit History in oneline (7:06)
Summary of this section (1:58)
Git Basics
git how to tag a release:Difference between git checkout and git revert (8:59)
How to Undo the uncommitted changes ? Difference between Revert and Reset (4:53)
Summary of this section (2:17)
Git create branch from commit (8:52)
Different commits between two branches (3:30)
Best practices for Git Branching and Merging
git create branch from master (7:33)
git merge changes from another branch (6:12)
git branch command options (2:35)
git resolve merge conflict (19:54)
Summary of this section (2:27)
Git rebasing tutorial
Introduction to rebasing: Git rebase explained (5:20)
git rebase vs merge : difference between git rebase and git merge (14:50)
Rewriting history :interactive rebase tool (13:02)
What are the consequences of rewriting GIT history using interative rebase? (7:42)
git interactive rebase commands (4:02)
Git Best practices : git commit rules (6:54)
git split a commit into multiple (15:20)
Recovering Lost Commits with git reflog (9:45)
Summary of this section (3:17)
Git remote repository setup
git remote repository setup: How to create a remote Git repository from a local one? (7:49)
How to connect to a remote GIT repository? (13:01)
Merge changes from remote git repository to your local repository (2:49)
Difference between 'git pull' and 'git fetch'?git push to other repository (6:42)
Summary of this section (3:08)
Distributed and Centralized Version Control
Create a centralized git repository (4:14)
Setting up a centralized git repository (4:04)
git push branch to central repository (8:51)
How to use Git with Central repository? (13:11)
Summary of this section (2:45)
git distributed version control: What is the difference between Centralized and Distributed Version Control (2:22)
bitbucket create repository from existing code (11:30)
What is git distributed version control system? (13:27)
Final lecture (7:11)
Teach online with
How to connect to a remote GIT repository?
Lesson content locked
If you're already enrolled,
you'll need to login
.
Enroll in Course to Unlock