Skip to content

Commit

Permalink
update prepare.sh to 4.2 branch - fix issue 76
Browse files Browse the repository at this point in the history
  • Loading branch information
lukewhitehouse committed May 19, 2015
1 parent 3531e2c commit bc64b5b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/prepare.sh
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
rm -rf .git
git init
rm -rf wordpress
git submodule add -b 4.0-branch https://github.com/WordPress/WordPress.git wordpress
git submodule add -b 4.2-branch https://github.com/WordPress/WordPress.git wordpress
git remote rm origin
git add -A
git commit -m "Inital commit"

0 comments on commit bc64b5b

Please sign in to comment.