Describe the branching strategies you have used.
How to rebase master in git?
In git how do you revert a commit that has already been pushed and made public?
What is git bisect and what is its purpose?
What is the difference between git pull and git fetch?
What does ‘hooks’ comprise of in git?
What is git fork? What is the difference between fork, branch, and clone?
What commands will you use to bring a new feature to the main branch?
What are the different ways you can refer to a commit?
What is the use of ‘git log’?
Explain git stash, pop?
What does commit object contain?
what is git fork? What is difference between fork and branch? How to create tag?
What is git cherry-pick?
How to revert previous commit in git?