Skip to content

Instantly share code, notes, and snippets.

@crossjs
Created June 27, 2017 07:35
Show Gist options
  • Save crossjs/0c666b440276bd95aaa87c3564186c40 to your computer and use it in GitHub Desktop.
Save crossjs/0c666b440276bd95aaa87c3564186c40 to your computer and use it in GitHub Desktop.
git sync fork from source
git remote add upstream <url>
git fetch upstream
git merge upstream/master
git push
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment