Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...


What is ‘bare repository’ in GIT?



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

Post New Answer

More Git Interview Questions

What is ‘bare repository’ in GIT?

1 Answers  


Describe the branching strategies you have used.

1 Answers  


What is the function of ‘git checkout’ in git?

1 Answers  


What is the difference between fork, branch, and clone?

1 Answers  


What is difference between fork and branch? How to create tag?

1 Answers  


Explain the difference between rebase and merge?

1 Answers  


What is git bisect and what is its purpose?

1 Answers  


What is git fork? How to create tag?

1 Answers  


What work is restored when the deleted branch is recovered?

1 Answers  


What is Subgit? Why to use Subgit?

1 Answers  


Explain the difference between reverting and resetting.

1 Answers  


In git how do you revert a commit that has already been pushed and made public?

1 Answers  


Categories