Forrest logo
back to context overview

git-rename-branch

List of commands for git-rename-branch:

  • git-rename-branch:tldr:40008 git-rename-branch: Rename the branch you are currently on.
    $ git rename-branch ${new_branch_name}
    try on your machine
    explain this command
  • git-rename-branch:tldr:55cd1 git-rename-branch: Rename a specific branch.
    $ git rename-branch ${old_branch_name} ${new_branch_name}
    try on your machine
    explain this command
back to context overview