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 <[email protected]>