Skip to content

Instantly share code, notes, and snippets.

@volodymyr-nt
Forked from stuart11n/gist:9628955
Created December 12, 2016 13:13
Show Gist options
  • Select an option

  • Save volodymyr-nt/5f720c89a9af12bde52fa52db571d2ca to your computer and use it in GitHub Desktop.

Select an option

Save volodymyr-nt/5f720c89a9af12bde52fa52db571d2ca 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