diff options
author | self <self@sateoki.xyz> | 2022-03-07 23:02:32 +0000 |
---|---|---|
committer | self <self@sateoki.xyz> | 2022-03-07 23:02:32 +0000 |
commit | 7b0caaae6b5b8d23d51db682f4bbd54edf611543 (patch) | |
tree | 80a7e34571b7de61eb56c67af8f71ba392bc20c4 /zsh | |
parent | bb6a6c8996023e6e39a5bf546e5307f140b62efe (diff) |
Updated gpa to use aliases
Diffstat (limited to 'zsh')
-rw-r--r-- | zsh/.zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -117,7 +117,7 @@ alias gco="git checkout" alias gcom="git checkout master" alias gdb="git branch -d" alias gp="git push" -alias gpa="git push origin && git push github && git push gitlab" +alias gpa="gp origin && gp github && gp gitlab" alias gpl="git pull" # TODO: might be ambiguous with multiple remotes alias gs="git status" alias ga="git add" |