What does ‘hooks’ comprise of in git?
What is ‘bare repository’ in GIT?
In git how do you revert a commit that has already been pushed and made public?
What is the command you can use to write a commit message?
To delete a branch what is the command that is used?
What is Subgit? Why to use Subgit?
Name a few git commands and explain their usage.
Can you explain the gitflow workflow?
Why is it advisable to create an additional commit rather than amending an existing commit?
Describe the branching strategies you have used.
What is a commit message?
What is rebasing syntax in git?
What work is restored when the deleted branch is recovered?
Name some git commands and also explain their functions?
Why git and not svn?