diff options
Diffstat (limited to '.config/shell')
-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 9cd6161..92a6054 100755 --- a/.config/shell/aliasrc +++ b/.config/shell/aliasrc @@ -54,7 +54,8 @@ alias \ gm="git merge" \ gw="git worktree" \ gpl="git pull" \ - gph="git push" + gph="git push" \ + gf="git fetch" # Pushing to multiple git repositories alias gua="git remote | xargs -L1 git push --all" |