feat: add aliases for git history reword/split added in git 2.54

This commit is contained in:
Theo Diamantidis 2026-04-29 11:25:25 +01:00
commit 602cfd6beb
No known key found for this signature in database
2 changed files with 4 additions and 0 deletions

View file

@ -230,6 +230,8 @@ alias gfo='git fetch origin'
alias gg='git gui citool'
alias gga='git gui citool --amend'
alias ghh='git help'
alias ghsr='git history reword'
alias ghss='git history split'
alias glgg='git log --graph'
alias glgga='git log --graph --decorate --all'
alias glgm='git log --graph --max-count=10'