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 Jesus Espino <[email protected]>
<https://github.com/visionmedia/git-extras/issues>
<https://github.com/visionmedia/git-extras>