what is git fork? What is difference between fork and branch? How to create tag?
What is a commit message?
What is the difference between git and github?
What is a distributed vcs?
How to rebase master in git?
What is subgit and why is it used?
What is the difference between git pull and git fetch?
Name a few git commands and explain their usage.
How can you fix a broken commit?
How to revert previous commit in git?
How do you configure a git repository to run code sanity checking tools right before making commits, and preventing them if the test fails?
What is the function of git clone?
What is GIT version control?
What is the purpose of branching and how many branching strategies can you apply?
What is ‘head’ in git?