Created
June 23, 2012 18:20
-
-
Save mattbanks/2979288 to your computer and use it in GitHub Desktop.
WordPress as git submodule
This file contains 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
cd wpstarter | |
git init | |
touch README.md | |
git submodule add git://github.com/WordPress/WordPress.git wp | |
cd wp | |
git fetch --tags | |
git checkout 3.4 | |
cd .. | |
git add . | |
git commit -m 'core files, checkout 3.4' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment