diff --git a/zsh/aliases/git.zsh b/zsh/aliases/git.zsh index a2bced4..bd65d27 100644 --- a/zsh/aliases/git.zsh +++ b/zsh/aliases/git.zsh @@ -26,7 +26,7 @@ alias gcl="git clone" # Downloads repo from alias gch="git checkout" # Switch the HEAD to alias gb="git branch" # Create a new from HEAD alias gd="git diff" # Show all changes to untracked files -alias gtree="git log --graph --oneline --decorate" # Show branch tree +alias gtree="git log --graph --oneline --decorate --abbrev-commit" # Show branch tree alias gl='git log' # Tags