What is a repository in GIT?
Answer / Shiv Gopal Panday
A 'repository' is a storage location for the files and history of a project under Git version control.
| Is This Answer Correct ? | 0 Yes | 0 No |
Explain the gitflow workflow?
What is the purpose of branching and how many branching strategies can you apply?
What is another option for merging in git?
What are the different ways you can refer to a commit?
What is git Is-tree?
How to revert previous commit in git?
Name a few git commands and explain their usage.
Mention some of the best graphical GIT client for LINUX?
Why is it desirable to create an additional commit rather than amending an existing commit?
What is a git commit and what does the commit object contain?
What is the difference between git and github?
what is git fork? What is difference between fork and branch? How to create tag?