What work is restored when the deleted branch is recovered?
Mention some of the best graphical GIT client for LINUX?
What is the difference between fork, branch, and clone?
How can you use git bisect to determine the source of a (regression) bug?
Explain the gitflow workflow?
How to resolve a conflict in git?
What is ‘git status’ is used for?
How git instaweb is used?
Tell me the difference between head, working tree and index, in git.
What is subgit and why is it used?
What is the difference between git vs svn
Why GIT better than Subversion?
What does ‘hooks’ comprise of in git?
What is the common branching pattern in GIT?
How do you configure a git repository to run code sanity checking tools right before making commits, and preventing them if the test fails?