Skip to content

Instantly share code, notes, and snippets.

@mrjackphil
Created May 11, 2020 16:32
Show Gist options
  • Save mrjackphil/292a90d28696c022a182cbc8b8a8d670 to your computer and use it in GitHub Desktop.
Save mrjackphil/292a90d28696c022a182cbc8b8a8d670 to your computer and use it in GitHub Desktop.
Alias for git production push using git flow
alias gitprod='git push origin master; git push origin develop; git push --tags;'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment