Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save mangatinanda/b83a648107f202004a49167dd41465af to your computer and use it in GitHub Desktop.
Save mangatinanda/b83a648107f202004a49167dd41465af 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