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

How will you know in git if a branch has already been merged into master?

1 Answers  


What is git fork? How to create tag?

1 Answers  


What are the advantages of using GIT?

1 Answers  


What is ‘git status’ is used for?

1 Answers  


Mention some of the best graphical GIT client for LINUX?

1 Answers  


Explain the gitflow workflow?

1 Answers  


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

1 Answers  


What is git Is-tree?

1 Answers  


Why git and not svn?

1 Answers  


What is git bisect? How can you use it to determine the source of a (regression) bug?

1 Answers  


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

1 Answers  


What is the difference between ‘git remote’ and ‘git clone’?

1 Answers  


Categories