GIT-FEATURE(1) | Git Extras | GIT-FEATURE(1) |
git-feature - Create/Merge feature branch
Create/Merge the given feature branch
use branch_prefix instead of feature
Setup a remote tracking branch using remote_name. If remote_name is not supplied, use origin by default.
<--from [start_point]>
Setup a start point when the branch created. If --from is not supplied, use the current branch by default.
<finish>
Merge and delete the feature branch.
<--squash>
Run a squash merge.
<name>
The name of the feature branch.
Written by Jesús Espino <jespinog@gmail.com>
Modified by Mark Pitman <mark.pitman@gmail.com>
Modified by Carlos Prado <carlos.prado@cpradog.com>
<https://github.com/tj/git-extras/issues>
<https://github.com/tj/git-extras>
October 2022 |