Skip to content

Github Workflow

arangace edited this page May 8, 2021 · 5 revisions

Workflow

Guide: https://github.com/git-guides/

  1. Create an issue
  2. Create a branch for issue
  3. Move the HEAD pointer to the branch by "checking out" to the branch
  4. Make/stage changes
  5. Make a commit
  6. Push changes to remote
  7. Open a pull request, have at least two approvals
  8. Get feedback and solve conflicts
  9. Merge

Clone this wiki locally