How will you know in git if a branch has already been merged into master?
What is the common branching pattern in GIT?
To delete a branch what is the command that is used?
In git how do you revert a commit that has already been pushed and made public?
What is git fork?
What does commit object contain?
What is difference between fork and branch?
What is rebasing syntax in git?
What is git bisect?
What is a “conflict” in git and how is it resolved?
Name some git commands and also explain their functions?
What is the difference between the ‘git diff ’and ‘git status’?
What are the advantages of using GIT?
How can conflict in git resolved?
What commands will you use to bring a new feature to the main branch?