Skip to content

Instantly share code, notes, and snippets.

@michahell
Forked from stuart11n/gist:9628955
Created November 24, 2016 11:35
Show Gist options
  • Select an option

  • Save michahell/e6a60980394428da4e1e2472a71803e8 to your computer and use it in GitHub Desktop.

Select an option

Save michahell/e6a60980394428da4e1e2472a71803e8 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