Skip to content

Instantly share code, notes, and snippets.

@brgmn
Created October 29, 2012 15:40
Show Gist options
  • Save brgmn/3974254 to your computer and use it in GitHub Desktop.
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)
[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