-
Notifications
You must be signed in to change notification settings - Fork 2
Kraken Workflow
ztatlock edited this page Oct 2, 2012
·
4 revisions
- Develop some feature in branch B.
- Issue a pull request to merge B into master.
- At least one other team member must review and approve the pull request.
- Once approved, only you (the original pull request author) should execute the actual merge.
You can also swap steps 1 and 2. This can help document progress and provide a place for discussing design.
For branches that already exist in GitHub, you just need to check them out.
If you create a new branch, you can push it to GitHub following these directions.
To get your new branch to track its corresponding remote on GitHub follow these directions.