What is ‘git status’ is used for?
What is git fork?
What is the purpose of branching and how many branching strategies can you apply?
What is the difference between GIT and SVN?
What is the command you can use to write a commit message?
Describe the branching strategies you have used.
What is the function of ‘git config’?
What are the benefits of using version control system?
What commands will you use to bring a new feature to the main branch?
What is a ‘conflict’ in git?
How many heads can be created in a repository?
Explain the difference between rebase and merge?
What is the difference between fork, branch, and clone?
What does ‘hooks’ consist of in git?
what is git fork? What is difference between fork and branch? How to create tag?