diff options
author | self <george@gabbott.dev> | 2022-07-21 16:06:44 +0100 |
---|---|---|
committer | self <george@gabbott.dev> | 2022-07-21 16:06:44 +0100 |
commit | 7939d82a450c11f595ecb66c84712826c3855911 (patch) | |
tree | 60af140100200cc47bdd41d777b75d4b29c175f4 | |
parent | 980bdfbeb615be44d954a5ef16b42d7c1c292f87 (diff) |
gp -> git push
-rw-r--r-- | zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -193,7 +193,7 @@ abbrev-alias gco="git checkout" abbrev-alias gcom="git checkout master" abbrev-alias gbd="git branch -d" abbrev-alias gp="git push" -abbrev-alias gpa="gp origin && gp github && gp gitlab" +abbrev-alias gpa="git push origin && git push github && git push gitlab" abbrev-alias gpl="git pull" abbrev-alias gs="git status" abbrev-alias ga="git add" |