Why git and not svn?
Mention the various git repository hosting functions.
What is another option for merging in git?
What is a “conflict” in git and how is it resolved?
What language is used in GIT?
How to squash or fixup commits?
Why GIT better than Subversion?
What is the function of git clone?
What is a commit message?
What does ‘hooks’ comprise of in git?
What is git bisect? How can you use it to determine the source of a (regression) bug?
Explain the advantages of forking workflow?
What work is restored when the deleted branch is recovered?
What is git reflog?
What is the common branching pattern in GIT?