diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-12-24 00:39:08 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2023-12-24 00:39:08 +0100 |
commit | b33fb7a28e26325415e02f3928fe1eb4eb151c2d (patch) | |
tree | cfbab2c008766dfc711dbfd00e5d48a776633bb0 /.config/shell/aliasrc | |
parent | 57679791311515ebbd12f233dd2e3ebac935689c (diff) |
Add alias for git pull
Diffstat (limited to '.config/shell/aliasrc')
-rwxr-xr-x | .config/shell/aliasrc | 1 |
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 |