What is the common branching pattern in GIT?
How many heads can be created in a repository?
How will you know in GIT if a branch has been already merged into master?
What is ‘bare repository’ in GIT?
What is the difference between the ‘git diff ’and ‘git status’?
Explain the difference between reverting and resetting.
What is ‘git add’ is used for?
What is git fork? What is the difference between fork, branch, and clone?
Explain the advantages of forking workflow?
What is the syntax for “Rebasing” in Git?
How to resolve a conflict in git?
What is the use of ‘git log’?
How to revert previous commit in git?
How is git instaweb used?
Distinguish between git fetch and git pull?