Skip to content

Instantly share code, notes, and snippets.

@R3TSU
Forked from stuart11n/gist:9628955
Created August 30, 2018 09:13
Show Gist options
  • Select an option

  • Save R3TSU/2f4acec67a09afc2bf06c4350d545c3b to your computer and use it in GitHub Desktop.

Select an option

Save R3TSU/2f4acec67a09afc2bf06c4350d545c3b to your computer and use it in GitHub Desktop.

Revisions

  1. Stuart created this gist Mar 18, 2014.
    3 changes: 3 additions & 0 deletions gistfile1.sh
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,3 @@
    git branch -m old_branch new_branch # Rename branch locally
    git push origin :old_branch # Delete the old branch
    git push --set-upstream origin new_branch # Push the new branch, set local branch to track the new remote