Skip to content

Instantly share code, notes, and snippets.

@andrewchilds
Last active September 14, 2016 17:42
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 andrewchilds/59984b01847f3635bf463f8edae32bef to your computer and use it in GitHub Desktop.
Save andrewchilds/59984b01847f3635bf463f8edae32bef to your computer and use it in GitHub Desktop.
Clubhouse Branch & Commit Formatting Examples
# Associate a branch with story 123:
git checkout -b ac/ch123/my-story-name
# Or, you might want to associate a single commit with story 123:
git commit -m "Fix bug [ch234]"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment