What is GIT stash?
What is difference between fork and branch? How to create tag?
How to squash or fixup commits?
What is the purpose of branching in GIT?
What commands will you use to bring a new feature to the main branch?
What is the difference between git and github?
What is the function of ‘git rm’?
Name a few git commands and explain their usage.
What is git fork? What is the difference between fork, branch, and clone?
Tell me the difference between head, working tree and index, in git.
What is ‘git add’ is used for?
What is “Staging Area” or “Index” in GIT?
What is a git commit and what does the commit object contain?
What is the command you can use to write a commit message?
How to rebase master in git?