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...


How many heads can be created in a repository?



How many heads can be created in a repository?..

Answer / Manoj Kumar

There is no limit to the number of branches (heads) that can be created in a Git repository. However, each branch points to a unique commit, so if there are multiple branches with different commit histories, they all represent distinct heads.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Git Interview Questions

Mention the various git repository hosting functions.

1 Answers  


Why git and not svn?

1 Answers  


What is the command you can use to write a commit message?

1 Answers  


Why is it desirable to create an additional commit rather than amending an existing commit?

1 Answers  


Why GIT better than Subversion?

1 Answers  


What is the function of ‘GIT PUSH’ in GIT?

1 Answers  


How to revert previous commit in git?

1 Answers  


What is another option for merging in git?

1 Answers  


What is Subgit? Why to use Subgit?

1 Answers  


What is git cherry-pick?

1 Answers  


What is the difference between the ‘git diff ’and ‘git status’?

1 Answers  


What does ‘hooks’ consist of in git?

1 Answers  


Categories