Skip to content

Instantly share code, notes, and snippets.

@jakiestfu
Created October 29, 2016 22:57
Show Gist options
  • Select an option

  • Save jakiestfu/7e9533a94afe0fada12fec264e9971fe to your computer and use it in GitHub Desktop.

Select an option

Save jakiestfu/7e9533a94afe0fada12fec264e9971fe to your computer and use it in GitHub Desktop.
git fetch
git checkout -b tmp-branch
git branch -D master
git branch -D release
git checkout -b master origin/master
git checkout -b release origin/release
git checkout release
git branch -D tmp-branch
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment