From 3dce5f49c85b01772addc3b10e59bad1b678305a Mon Sep 17 00:00:00 2001 From: Timo Wilken Date: Fri, 3 Mar 2023 18:51:51 +0100 Subject: Add `gga` alias for `git glog --all` --- tw/home/files/zshrc | 1 + 1 file changed, 1 insertion(+) (limited to 'tw/home/files/zshrc') 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' -- cgit v1.2.3