Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Set up Gitflow branches #69

Open
Love-and-logic opened this issue Oct 8, 2019 · 0 comments
Open

Set up Gitflow branches #69

Love-and-logic opened this issue Oct 8, 2019 · 0 comments

Comments

@Love-and-logic
Copy link

🎯 Goal
GitFlow is a branching model for Git, created by Vincent Driessen. It has attracted a lot of attention because it is very well suited to collaboration and scaling the development team.
GitFlowFeatureBranches

The goal is to create branches to exercise best practices for practicing professional developers.

💡 Possible solutions
Add these branches--
develop: the first stop for 'features' branch, and features/fixes are branched back in when it's ready for release
features: for new features, or non-emergency bug fixes
release: last stop before merging into 'master' branch, the branch is deployed into a well-defined test environment, tested, and any/all problems are fixed within the release branch
hotfixes: for emergency fixes
master: tracks release code only

Read more about Gitflow here

📋 Steps to solve the problem
Generate branches (I've gone ahead and started the develop branch)

Issue format by @Roshanjossey of first-contributions

Happy Hacktoberfest!!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant