Distinguish between git fetch and git pull?
Name a few git commands?
What commands will you use to bring a new feature to the main branch?
What is a repository and how will you create it?
Explain the uses of git commands?
What is the function of ‘git checkout’ in git?
What is the common branching pattern in GIT?
How will you know in GIT if a branch has been already merged into master?
What is the syntax for “Rebasing” in Git?
What does ‘hooks’ comprise of in git?
What is the difference between git and github?
In git, how would you return a commit that has just been pushed and made open?
How to resolve a conflict in git?
What are the advantages of using GIT?
How to revert previous commit in git?