Created
May 31, 2016 18:47
-
-
Save derhasi/f6b64aa12145a20b230bb95f9a40159b to your computer and use it in GitHub Desktop.
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 checkout build | |
find . -not -name ".git" -not -name "." -not -name ".." -maxdepth 1 | xargs rm -rf | |
git checkout develop -- . | |
composer install | |
find . -type d -name ".git" -not -path "./.git" | xargs rm -rf |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment