summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGustaf Rydholm <gustaf.rydholm@gmail.com>2023-12-24 00:39:08 +0100
committerGustaf Rydholm <gustaf.rydholm@gmail.com>2023-12-24 00:39:08 +0100
commitb33fb7a28e26325415e02f3928fe1eb4eb151c2d (patch)
treecfbab2c008766dfc711dbfd00e5d48a776633bb0
parent57679791311515ebbd12f233dd2e3ebac935689c (diff)
Add alias for git pull
-rwxr-xr-x.config/shell/aliasrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.config/shell/aliasrc b/.config/shell/aliasrc
index 718a740..b1da14b 100755
--- a/.config/shell/aliasrc
+++ b/.config/shell/aliasrc
@@ -51,6 +51,7 @@ alias \
gm="git merge" \
gco="git checkout" \
gl="git log" \
+ gp="git pull" \
gb="git branch -a"
# Pushing to multiple git repositories