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