Skip to content

Instantly share code, notes, and snippets.

@leibowitz
Last active February 16, 2022 22:39
Show Gist options
  • Save leibowitz/0054d7d057e808622b21b95fc0864c99 to your computer and use it in GitHub Desktop.
Save leibowitz/0054d7d057e808622b21b95fc0864c99 to your computer and use it in GitHub Desktop.
Development Flow
  • create branch (from master)
  • work on branch
  • deploy to staging (merge onto staging branch) for testing
  • if issue found, repeat step 2/3
  • create Pull Request when ready to merge (to master)
  • code reviewed (and deal with comments)
  • merged to master
  • deploy to staging
  • if issue found, repeat from the start
  • deploy to production
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment