git-feature (1) Linux Manual Page
NAME git-feature – Create/Merge feature branch SYNOPSIS git-feature [-a|–alias branch_prefix] [finish] <name> DESCRIPTION Create/Merge the given feature branch OPTIONS <-a|–alias branch_prefix> use branch_prefix instead of feature <finish> Merge and delete the feature branch. <name> The name of the feature branch. EXAMPLES $ git feature dependencies … $ (feature/dependencies) git commit -m "Some changes" … $…
