This course is designed as a quick learning tutorial which covers all the basic commands of GIT with comprehensive example those are quite similar to real time environment ,the way programmers deal with version control on their own.
This course is more like a step by step tutorial that covers every single fundamental to work with GIT as programmer and for this you don’t even need any previous knowledge of version control or GIT. In today’s world, GIT is the second best tool that helps in a collaborative and team work and keeps each and every one in sync with recent changes and it also provides various other benefit whether it is for nightly build due to code change or general cron job. GIT plays a great role in handling whole lot of task of collaboration of code.
Wish you all a very great learning.
GIT Introduction
Installation and configuration in GIT
Git Basic Commands
Undoing changes in GIT
In this tutorial we will learn about how to discard some changes in working directory with various option -i, -n, -f
Branches in GIT
Learn how to create git branch from master or any of the branch