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

Explain the advantages of forking workflow?

1 Answers  


What is a repository and how will you create it?

1 Answers  


Explain the gitflow workflow?

1 Answers  


What is the function of ‘git reset’?

1 Answers  


Why GIT better than Subversion?

1 Answers  


What is subgit?

1 Answers  


What are the different ways you can refer to a commit?

1 Answers  


What does ‘hooks’ comprise of in git?

1 Answers  


How can you create a repository in Git?

1 Answers  


What is git cherry-pick?

1 Answers  


Explain the difference between rebase and merge?

1 Answers  


How to squash or fixup commits?

1 Answers  


Categories