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


Explain the gitflow workflow?



Explain the gitflow workflow?..

Answer / Mukesh Kumar Sinha

Gitflow is a branching model for Git. It includes four main branches: 'master', 'develop', feature branches (named according to their purpose), and maintenance branches (hotfixes and releases). The workflow goes as follows: new features are developed in feature branches, merged into develop, tested, then merged into master; bug fixes are done on hotfix branches which are also merged into develop and master; and releases are created from the 'master' branch.

Is This Answer Correct ?    0 Yes 0 No

Post New Answer

More Git Interview Questions

What is the difference between git vs svn

1 Answers  


How can you fix a broken commit?

1 Answers  


What is git fork? How to create tag?

1 Answers  


Name a few git commands and explain their usage.

1 Answers  


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

1 Answers  


What is git cherry-pick?

1 Answers  


What are git stash and git stash drop?

1 Answers  


What is the difference between git pull and git fetch?

1 Answers  


Explain the advantages of forking workflow?

1 Answers  


How to rebase master in git?

1 Answers  


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

1 Answers  


How many heads can be created in a repository?

1 Answers  


Categories