Created
February 26, 2009 18:58
-
-
Save jdhuntington/71032 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ 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