diff options
-rwxr-xr-x | .config/shell/aliasrc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc index b6d2fe4..5026e44 100755 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -53,7 +53,8 @@ alias \ gl="git log" \ gm="git merge" \ gw="git worktree" \ - gp="git pull" + gpl="git pull" \ + gph="git push" # Pushing to multiple git repositories alias gua="git remote | xargs -L1 git push --all" |