Skip to content

Instantly share code, notes, and snippets.

@antoine-briand
Created August 17, 2016 09:26
Show Gist options
  • Save antoine-briand/6e2c1793e0980c0ce69d5dcb77b0e0b7 to your computer and use it in GitHub Desktop.
Save antoine-briand/6e2c1793e0980c0ce69d5dcb77b0e0b7 to your computer and use it in GitHub Desktop.
ZSH Alias : Git push custom command (stash / pull rebase / push / stash apply / stash clear)
alias gsprpsc="git stash && git pull --rebase && git push && git stash apply && git stash clear"
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment