What is the common branching pattern in GIT?
How will you know in git if a branch has already been merged into master?
Why git and not svn?
What is a git commit and what does the commit object contain?
What does ‘hooks’ comprise of in git?
Name a few git commands?
In git, how would you return a commit that has just been pushed and made open?
What is the syntax for “Rebasing” in Git?
What is the function of ‘git reset’?
Why GIT better than Subversion?
What is a commit message?
What is the function of ‘git config’?
What is the difference between git pull and git fetch?
What is ‘bare repository’ in GIT?
What are git stash and git stash drop?