Created
August 17, 2016 09:26
-
-
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)
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
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