Skip to content

Instantly share code, notes, and snippets.

@dims
Created April 8, 2015 19:58
Show Gist options
  • Select an option

  • Save dims/361e463e989e4f6ff32a to your computer and use it in GitHub Desktop.

Select an option

Save dims/361e463e989e4f6ff32a to your computer and use it in GitHub Desktop.
set -x
git fetch origin
git checkout -b $1
git branch -u $1
git branch --set-upstream-to=origin/$1 $1
git reset --hard origin/$1
git pull
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment