Create or merge feature branches. Feature branches obey the format feature/
. More information: https://github.com/tj/git-extras/blob/master/Commands.md#git-feature.
git feature feature_branch
git feature finish feature_branch
git feature finish --squash feature_branch
git feature feature_branch --remote remote_name