Quick git tutorials.
Getting started with Git
How to use Git Bash for windows?
One time configuration
Using --git-dir and --git-work-tree or using environmental variable GIT_DIR and GIT_WORK_TREE
What is .gitignore file?
Getting started with Eclipse + GIT
Getting started with Intellij GIT
Understanding the purpose of commands related to remotes.
Using clone, push and pull commands over ssh
Creating and Checking out branches
Branches and HEAD
Understanding GIT merge command