What is Subgit? Why to use Subgit?
What is git bisect? How can you use it to determine the source of a (regression) bug?
How will you know in git if a branch has already been merged into master?
What is rebasing syntax in git?
Why GIT better than Subversion?
What are git stash and git stash drop?
What is git fork? What is the difference between fork, branch, and clone?
What does commit object contain?
What is another option for merging in git?
What does ‘hooks’ comprise of in git?
How to squash or fixup commits?
Why is it desirable to create an additional commit rather than amending an existing commit?
What is a repository in GIT?
How to resolve a conflict in git?
Explain what is commit message?