Skip to content

Instantly share code, notes, and snippets.

@balazs-endresz
Created April 22, 2015 15:03
Show Gist options
  • Save balazs-endresz/94d9a5439d692d15d5c4 to your computer and use it in GitHub Desktop.
Save balazs-endresz/94d9a5439d692d15d5c4 to your computer and use it in GitHub Desktop.
Update fork with upstream
git remote add upstream https://github.com/whoever/whatever.git
git fetch upstream
git checkout master
git rebase upstream/master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment