Skip to content

Instantly share code, notes, and snippets.

@Boggin
Last active October 14, 2020 08:20
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Boggin/c595ccf0d065ce6f2ad5 to your computer and use it in GitHub Desktop.
Save Boggin/c595ccf0d065ce6f2ad5 to your computer and use it in GitHub Desktop.

Git Workflow

Names for branches

  • feature
  • fix
  • hotfix
  • spike

Major branches

  • release (to staging)
  • main (to production)
  • develop

Workflow

  • any local branch can be sent to remote
  • when ready a feature can be pulled into a release branch and deployed to staging
  • if accepted for promotion then the feature is pulled into master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment