How will you know in git if a branch has already been merged into master?
What is the purpose of branching and how many branching strategies can you apply?
What is the use of ‘git log’?
What is git fork? How to create tag?
What is a commit message?
What is ‘head’ in git and how many heads can be created in a repository?
Explain the gitflow workflow?
What is the difference between ‘git remote’ and ‘git clone’?
Mention the various git repository hosting functions.
What is the function of ‘git rm’?
What is the command you can use to write a commit message?
What does commit object contain?
What does a commit object contain?
What is GIT version control?
What is difference between fork and branch? How to create tag?