Skip to content

Instantly share code, notes, and snippets.

@jdhuntington
Created February 26, 2009 18:58
Show Gist options
  • Save jdhuntington/71032 to your computer and use it in GitHub Desktop.
Save jdhuntington/71032 to your computer and use it in GitHub Desktop.
$ bugflow start 123
# now working on branch 'bf123-fix-a-serious-bug'
{ ... do some work ... }
$ git add <files>
$ bugflow fixed "Commit message here" # Or just 'bugflow fixed' to edit message in EDITOR
# committed revision abcdef "Commit message here [#123 state:verify assign:none]"
{ ... merge branch and push ... }
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment