Created
June 20, 2013 17:13
-
-
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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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