What is the function of git clone?
What is the difference between the ‘git diff ’and ‘git status’?
What is git reflog?
Why is it desirable to create an additional commit rather than amending an existing commit?
In git, how would you return a commit that has just been pushed and made open?
Why GIT better than Subversion?
What is the function of ‘GIT PUSH’ in GIT?
What is rebasing syntax in git?
What is git fork?
What is the difference between rebasing and merge in git?
What work is restored when the deleted branch is recovered?
What is a “conflict” in git and how is it resolved?
What is the command you can use to write a commit message?
What is the difference between fork, branch, and clone?
Name a few git commands and explain their usage.