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 the purpose of branching in GIT?



What is the purpose of branching in GIT?..

Answer / Upendra Singh Yadav

Branching in Git allows developers to work on separate features, fixes, or experiments without affecting the main codebase (usually the 'master' or 'main' branch). By isolating changes on a new branch, teams can collaborate more effectively, reduce conflicts, and maintain a stable production environment.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Git Interview Questions

Mention the various git repository hosting functions.

1 Answers  


What is git fork? How to create tag?

1 Answers  


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

1 Answers  


How can you fix a broken commit?

1 Answers  


Explain git stash, pop?

1 Answers  


What does ‘hooks’ consist of in git?

1 Answers  


Distinguish between git fetch and git pull?

1 Answers  


What does ‘hooks’ comprise of in git?

1 Answers  


Name some git commands and also explain their functions?

1 Answers  


What is git fork?

1 Answers  


Tell me the difference between head, working tree and index, in git.

1 Answers  


What is the difference between rebasing and merge in git?

1 Answers  


Categories