Github Workflow - arangace/CreamCat GitHub Wiki
Workflow
Guide: https://github.com/git-guides/
- Create an issue
- Create a branch for issue
- Move the HEAD pointer to the branch by "checking out" to the branch
- Make/stage changes
- Make a commit
- Push changes to remote
- Open a pull request, have at least two approvals
- Get feedback and solve conflicts
- Merge