.\" generated with Ronn-NG/v0.9.1 .\" http://github.com/apjanke/ronn-ng/tree/0.9.1 .TH "GIT\-FEATURE" "1" "October 2020" "" "Git Extras" .SH "NAME" \fBgit\-feature\fR \- Create/Merge feature branch .SH "SYNOPSIS" .TS allbox; \fBgit\-feature\fR [\-a \-\-alias branch_prefix] [\-r \-\-remote [remote_name]] \fBgit\-feature\fR [\-a \-\-alias branch_prefix] finish [\-\-squash] \~ .TE .SH "DESCRIPTION" Create/Merge the given feature branch .SH "OPTIONS" .TS allbox; <\-a \-\-alias branch_prefix> .TE .P use \fBbranch_prefix\fR instead of \fBfeature\fR .TS allbox; <\-r \-\-remote [remote_name]> .TE .P Setup a remote tracking branch using \fBremote_name\fR\. If \fBremote_name\fR is not supplied, use \fBorigin\fR by default\. .P .P Merge and delete the feature branch\. .P <\-\-squash> .P Run a squash merge\. .P .P The name of the feature branch\. .SH "EXAMPLES" .TP Start a new feature: .TP Finish a feature with \-\-no\-ff merge: .TP Finish a feature with \-\-squash merge: .TP Publish a feature upstream: .TP Use custom branch prefix: .SH "AUTHOR" Written by Jesús Espino <\fIjespinog@gmail\.com\fR> .br Modified by Mark Pitman <\fImark\.pitman@gmail\.com\fR> .br Modified by Carlos Prado <\fIcarlos\.prado@cpradog\.com\fR> .SH "REPORTING BUGS" <\fIhttps://github\.com/tj/git\-extras/issues\fR> .SH "SEE ALSO" <\fIhttps://github\.com/tj/git\-extras\fR>