summaryrefslogtreecommitdiff
path: root/tw/home/files/zshrc
diff options
context:
space:
mode:
authorTimo Wilken2023-03-03 18:51:51 +0100
committerTimo Wilken2023-03-03 18:51:51 +0100
commit3dce5f49c85b01772addc3b10e59bad1b678305a (patch)
tree1c4af838773e8e09f0502285fb9066de31b57d74 /tw/home/files/zshrc
parent89300a72d9039aa00b83a919f6d54dddda87d91e (diff)
Add `gga` alias for `git glog --all`
Diffstat (limited to 'tw/home/files/zshrc')
-rw-r--r--tw/home/files/zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/tw/home/files/zshrc b/tw/home/files/zshrc
index 2aac6a63..dd4a24db 100644
--- a/tw/home/files/zshrc
+++ b/tw/home/files/zshrc
@@ -112,6 +112,7 @@ alias gfa='git fetch --all --prune --tags'
alias gk='git checkout'
alias gkb='git checkout -b'
alias gg='git glog'
+alias gga='git glog --all'
alias gl='git pull'
alias gp='git push'
alias gr='git rebase'