How do you configure a git repository to run code sanity checking tools right before making commits, and preventing them if the test fails?
Describe the branching strategies you have used.
What is a repository and how will you create it?
How is git instaweb used?
Name a few git commands and explain their usage.
How many heads can be created in a repository?
Why GIT better than Subversion?
What are the different ways you can refer to a commit?
What is the difference between GIT and SVN?
What is the command you can use to write a commit message?
What is ‘git status’ is used for?
How can you use git bisect to determine the source of a (regression) bug?
What are git repository hosting services you used?
Explain the advantages of forking workflow?
What is the function of ‘git reset’?