What is git fork? What is the difference between fork, branch, and clone?
How can conflict in git resolved?
Why is it advisable to create an additional commit rather than amending an existing commit?
How can you create a repository in Git?
Name a few git commands and explain their usage.
What is difference between fork and branch?
What is the use of ‘git log’?
What is ‘head’ in git?
Mention some of the best graphical GIT client for LINUX?
What is the difference between git pull and git fetch?
Mention the various git repository hosting functions.
What is a ‘conflict’ in git?
What does commit object contain?
What is the function of ‘git checkout’ in git?
What are git stash and git stash drop?