How will you know in GIT if a branch has been already merged into master?
What is difference between fork and branch? How to create tag?
Distinguish between git fetch and git pull?
What is ‘head’ in git?
What is the function of ‘GIT PUSH’ in GIT?
What is the function of ‘git checkout’ in git?
What are git stash and git stash drop?
What does a commit object contain?
What is git reflog?
How can you use git bisect to determine the source of a (regression) bug?
What is the difference between git pull and git fetch?
Explain the advantages of forking workflow?
What is Subgit? Why to use Subgit?
How is git instaweb used?
What is git fork?