What is the common branching pattern in GIT?
What is a distributed vcs?
How to create tag?
In git how do you revert a commit that has already been pushed and made public?
What commands will you use to bring a new feature to the main branch?
How can you create a repository in Git?
What is the syntax for “Rebasing” in Git?
What is the use of ‘git log’?
How do you find a list of files that have changed in a particular commit?
Can you explain the gitflow workflow?
Why is it advisable to create an additional commit rather than amending an existing commit?
How will you know in git if a branch has already been merged into master?
What is a ‘conflict’ in git?
Distinguish between git fetch and git pull?
what is git fork? What is difference between fork and branch? How to create tag?