In git, how would you return a commit that has just been pushed and made open?
How will you know in GIT if a branch has been already merged into master?
Name a few git commands?
What is a ‘conflict’ in git?
What is the purpose of branching in GIT?
Explain what is commit message?
What does ‘hooks’ consist of in git?
What is the purpose of branching and how many branching strategies can you apply?
What is ‘git add’ is used for?
How to create tag?
How will you know in git if a branch has already been merged into master?
What is a git commit and what does the commit object contain?
What is the command you can use to write a commit message?
Name some git commands and also explain their functions?
What is git fork? What is the difference between fork, branch, and clone?