What is git bisect and what is its purpose?
What are the different ways you can refer to a commit?
What is ‘bare repository’ in GIT?
What is git reflog?
How can you create a repository in Git?
How can you fix a broken commit?
What is the function of ‘git config’?
What is the common branching pattern in GIT?
Name a few git commands and explain their usage.
What is the difference between GIT and SVN?
In git how do you revert a commit that has already been pushed and made public?
How many heads can be created in a repository?
Distinguish between git fetch and git pull?
What is ‘head’ in git and how many heads can be created in a repository?
What is a repository in GIT?