Skip site navigation (1)Skip section navigation (2)

  
 
  

home | help
GIT-RENAME-BRANCH(1)		   Git Extras		    GIT-RENAME-BRANCH(1)

NAME
     git-rename-branch - rename local branch and push to remote

SYNOPSIS
     git-rename-branch <old-branch> <new-branch>

DESCRIPTION
     Rename local branch and push the new branch to remote

OPTIONS
     &lt;old-branch&gt;

     Old branch whose has to be renamed. This is an optional parameter. If no value is supplied then the current branch will be renamed.

     &lt;new-branch&gt;

     New branch name

EXAMPLES
     $ git rename-branch old-name new-name

     $ git rename-branch new-name

AUTHOR
     Written by Hozefa Jodiawalla <hozefarules@gmail.com>

REPORTING BUGS
     <https://github.com/tj/git-extras/issues>

SEE ALSO
     <https://github.com/tj/git-extras>

				    July 2019		    GIT-RENAME-BRANCH(1)

Want to link to this manual page? Use this URL:
<https://man.freebsd.org/cgi/man.cgi?query=git-rename-branch&sektion=1&manpath=FreeBSD+Ports+15.1.quarterly>

home | help