How will you know in git if a branch has already been merged into master?
What is a repository in GIT?
What commands will you use to bring a new feature to the main branch?
To delete a branch what is the command that is used?
What is git bisect and what is its purpose?
What is the function of ‘git diff ’ in git?
What is the difference between git vs svn
Explain the gitflow workflow?
What is a “conflict” in git and how is it resolved?
How to remove a file from git without removing it from your file system?
What is another option for merging in git?
What is the function of ‘GIT PUSH’ in GIT?
Name a few git commands?
Explain git stash, pop?
What is the purpose of branching and how many branching strategies can you apply?