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


Describe the branching strategies you have used.



Describe the branching strategies you have used...

Answer / Navin Kumr Mishra

I have used several branching strategies depending on the project requirements. Some common ones include:n1. Git Flow: This is a popular strategy that uses multiple branches (develop, feature, release, hotfix) to manage different aspects of a project.n2. Feature Branch Workflow: In this approach, each new feature or task is developed on its own branch and then merged into the main branch once completed.n3. GitHub Flow: This is similar to the Feature Branch Workflow but includes automated deployment when merging to the main branch.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Git Interview Questions

What is git bisect?

1 Answers  


What language is used in GIT?

1 Answers  


How can you create a repository in Git?

1 Answers  


What does ‘hooks’ consist of in git?

1 Answers  


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

1 Answers  


What is a commit message?

1 Answers  


What is the function of ‘git reset’?

1 Answers  


Explain git stash, pop?

1 Answers  


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

1 Answers  


What is ‘head’ in git and how many heads can be created in a repository?

1 Answers  


How can conflict in git resolved?

1 Answers  


What are the advantages of using GIT?

1 Answers  


Categories