Skip to content

Instantly share code, notes, and snippets.

@infusion
Last active August 29, 2015 14:27
Show Gist options
  • Save infusion/15ecb24d608f74d31fc7 to your computer and use it in GitHub Desktop.
Save infusion/15ecb24d608f74d31fc7 to your computer and use it in GitHub Desktop.
git remote add upstream https://github.com/whoever/whatever.git
git fetch upstream
git checkout master
git rebase upstream/master
git push -f origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment