To delete a branch what is the command that is used?
Explain the difference between reverting and resetting.
What are git stash and git stash drop?
Name a few git commands and explain their usage.
Explain the uses of git commands?
Explain the advantages of forking workflow?
How do you find a list of files that have changed in a particular commit?
What is the purpose of branching in GIT?
What does a commit object contain?
What is the common branching pattern in GIT?
What is ‘bare repository’ in GIT?
What is the difference between the ‘git diff ’and ‘git status’?
In git how do you revert a commit that has already been pushed and made public?
What is subgit?
In git, how would you return a commit that has just been pushed and made open?