How will you know in git if a branch has already been merged into master?
What is the function of ‘git config’?
How many heads can be created in a repository?
Explain the uses of git commands?
What is subgit and why is it used?
What is a repository in GIT?
What is git bisect? How can you use it to determine the source of a (regression) bug?
What work is restored when the deleted branch is recovered?
How git instaweb is used?
What is git and why do we use it?
What is git Is-tree?
What is the syntax for “Rebasing” in Git?
What is the function of ‘git checkout’ in git?
Why git and not svn?
Tell me the difference between head, working tree and index, in git.