Skip to content

Instantly share code, notes, and snippets.

@timani
Created June 20, 2013 17:13
Show Gist options
  • Save timani/5824641 to your computer and use it in GitHub Desktop.
Save timani/5824641 to your computer and use it in GitHub Desktop.
Syncing a fork of wordpress with the main Github clone. The remote add can be skipped if the upstream has already been added.
git remote add wordpress https://github.com/WordPress/WordPress.git
git fetch wordpress
git merge wordpress/master
git push origin master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment