What is the difference between ‘git remote’ and ‘git clone’?
How do you find a list of files that have changed in a particular commit?
How can you fix a broken commit?
What is a ‘conflict’ 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 difference between git vs svn
How will you know in GIT if a branch has been already merged into master?
What is the common branching pattern in GIT?
What is the difference between GIT and SVN?
Mention the various git repository hosting functions.
What is the syntax for “Rebasing” in Git?
How git instaweb is used?
What is ‘head’ in git and how many heads can be created in a repository?
What are the advantages of using GIT?
Describe the branching strategies you have used.