git-bug
- Create bug branch
git-bug
[finish] <name>
Create the given bug branch
<finish>
Merge and delete the bug branch.
<name>
The name of the bug branch.
$ git bug bug-123456
...
$ git commit -m "Some changes"
...
$ git checkout master
$ git bug finish bug-123456
Written by Jesús Espino <jespinog@gmail.com>
<https://github.com/visionmedia/git-extras/issues>
<https://github.com/visionmedia/git-extras>