What is ‘bare repository’ in GIT?
Answer / Prashant Srivastava
A bare repository in Git is a repository without a working directory. It only contains the history of commits and branch information, but not the files that are being versioned. Bare repositories are often used for remote repositories that multiple developers can push and pull from.
| Is This Answer Correct ? | 0 Yes | 0 No |
What is ‘bare repository’ in GIT?
Describe the branching strategies you have used.
What is the function of ‘git checkout’ in git?
What is the difference between fork, branch, and clone?
What is difference between fork and branch? How to create tag?
Explain the difference between rebase and merge?
What is git bisect and what is its purpose?
What is git fork? How to create tag?
What work is restored when the deleted branch is recovered?
What is Subgit? Why to use Subgit?
Explain the difference between reverting and resetting.
In git how do you revert a commit that has already been pushed and made public?