Why git and not svn?
What is ‘bare repository’ in GIT?
Tell me the difference between head, working tree and index, in git.
What is the function of ‘GIT PUSH’ in GIT?
What is the purpose of branching and how many branching strategies can you apply?
How to rebase master in git?
What is git bisect?
Why is it advisable to create an additional commit rather than amending an existing commit?
What is the function of ‘git checkout’ in git?
Explain what is commit message?
What is ‘head’ in git and how many heads can be created in a repository?
What language is used in GIT?
What is the difference between git pull and git fetch?
What is git bisect? How can you use it to determine the source of a (regression) bug?
What is difference between fork and branch? How to create tag?