What is the difference between GIT and SVN?
What is the difference between ‘git remote’ and ‘git clone’?
How will you know in GIT if a branch has been already merged into master?
What is git cherry-pick?
What is the purpose of branching in GIT?
What is a distributed vcs?
In git how do you revert a commit that has already been pushed and made public?
What is a git commit and what does the commit object contain?
Name some git commands and also explain their functions?
What is git fork? How to create tag?
What is the difference between git pull and git fetch?
What is the function of ‘git reset’?
How to remove a file from git without removing it from your file system?
Describe the branching strategies you have used.
What is a ‘conflict’ in git?