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

What is subgit and why is it used?

1 Answers  


What is the difference between git and github?

1 Answers  


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

1 Answers  


How is git instaweb used?

0 Answers  


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

1 Answers  


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

1 Answers  


What is a git commit and what does the commit object contain?

1 Answers  


Can you explain the gitflow workflow?

1 Answers  


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

1 Answers  


What is “Staging Area” or “Index” in GIT?

1 Answers  


Explain git stash, pop?

1 Answers  


What language is used in GIT?

1 Answers  


Categories