‘" t ." Title: git-new-fb ." Author: [see the “AUTHOR” section] ." Generator: DocBook XSL Stylesheets v1.78.1 <docbook.sf.net/> ." Date: 04/20/2016 ." Manual: \ & ." Source: \ & ." Language: English ." .TH “GIT-NEW-FB” “1” “04/20/2016” “\ &” “\ &” ." —————————————————————– ." * Define some portability stuff ." —————————————————————– ." ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ." bugs.debian.org/507673 ." lists.gnu.org/archive/html/groff/2009-02/msg00013.html ." ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie n(.g .ds Aq (aq .el .ds Aq ’ ." —————————————————————– ." * set default formatting ." —————————————————————– ." disable hyphenation .nh ." disable justification (adjust text to left margin only) .ad l ." —————————————————————– ." * MAIN CONTENT STARTS HERE * ." —————————————————————– .SH “NAME” git-new-fb - Create a new feature branch based on the integration branch&. .SH “SYNOPSIS” .sp fIgit-new-fbfR [fIOPTIONSfR] [ fIbranchnamefR ] .SH “OPTIONS” .sp The effective default is “fBgit new-fb -ifR fIbranch_namefR”&. .PP fB-l, --localfR .RS 4 Do not do a fetch first if there is a remote defined .RE .PP fB--infofR .RS 4 Informational messages; show the major things this is doing (fBdefault: truefR) .RE .PP fB-q, --quietfR .RS 4 Quiet messages; only show errors .RE .PP fB-v, --verbosefR .RS 4 Verbose messages; show lots of details on what this is doing .RE .PP fB--versionfR .RS 4 Print version and exit .RE .SH “CONFIGURATION” .sp Options for fIgit-new-fb(1)fR are set using fIgit-config(1)fR&. .PP fBgitProcess&.remoteNamefR .RS 4 Allows you to explicitly set the remote server name to use&. Defaults to the first server name reported by fIgit-remote(1)fR&. .RE .PP fBgitProcess&.integrationBranchfR .RS 4 Allows you to explicitly set the integration branch to use&. Defaults to “master”&. .RE .SH “EXAMPLE” .sp Assuming that the the integration branch on the server is “master”, running “git new-fb my_feature” will do roughly the following for you: .sp .if n {\ .RS 4 .} .nf $ git fetch -p $ git checkout my_feature origin/master .fi .if n {\ .RE .} .sp Also, if you are currently on the “fIparkingfR” branch (see fIgit-to-master(1)fR), this will remove that branch&. .SH “SEE ALSO” .sp fBgit-processfR(1), fBgit-to-masterfR(1), fBgit-syncfR(1), fBgit-pull-reqfR(1) .SH “BUGS” .sp Known bug list: github&.com/jdigger/git-process/issues?state=open .SH “AUTHOR” .sp git-new-fb has been written primarily by Jim Moore&. .SH “RESOURCES” .sp Main web site: github&.com/jdigger/git-process