Created
October 29, 2012 15:40
-
-
Save brgmn/3974254 to your computer and use it in GitHub Desktop.
Git alias ("git release") for preparing a TYPO3 Flow Surf deployment (updating all packages and pushing the distribution package)
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
[alias] | |
release = "!git stash; git pull origin master;composer update --dev;git commit -am '[RELEASE] Update composer.lock';git push origin master;echo '### GURU RELEASE ACTION DONE ###';" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment