What is GIT stash?
How will you know in git if a branch has already been merged into master?
How can you fix a broken commit?
Mention some of the best graphical GIT client for LINUX?
What is git fork?
How many heads can be created in a repository?
What is git Is-tree?
What is difference between fork and branch?
Explain the gitflow workflow?
Why is it desirable to create an additional commit rather than amending an existing commit?
What is the purpose of branching in GIT?
What is the function of ‘git diff ’ in git?
What is a ‘conflict’ in git?
What is the use of ‘git log’?
What is git bisect? How can you use it to determine the source of a (regression) bug?