-
Notifications
You must be signed in to change notification settings - Fork 0
Workflow
Andre Souza edited this page Oct 6, 2020
·
3 revisions
Do all your work in your local feature branch (constant commits but no push)
Done and ready to pull:
- Do a final commit in your feature branch
- Checkout local
masterbranch git pull origin master- Checkout local feature branch
git merge master- Fix any merge conflict (usually accepting incoming changes in files you didn't edit)
6.a) After fixing conflicts do a commit
6.b)
git merge mastershould now say All up to date -
git statusif up to dategit push origin feature-branchor commit and push - Create a pull request for your branch. Someone else will review and approve the merge