summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2024-08-19 13:46:40 +0200
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2024-08-19 13:46:40 +0200
commit6cf43e4d85312d6d4c34e8f81b783fbab6cda138 (patch)
tree7988b1cca1208d0447f8d24f647804365667f1a0
parent23625f654a9faa244d90e50f218e835f92e4f736 (diff)
update git aliases
-rwxr-xr-x.config/shell/aliasrc3
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"