commit bb251c02a191609977c19d9b371b334605405416
parent 9948791fd5afda6629458363832c76fdfce61851
Author: Remy Noulin <loader2x@gmail.com>
Date: Mon, 6 Mar 2023 11:56:31 +0200
add --follow in gj alias, to follow log before file renaming
dotfiles/.bash_aliases | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/dotfiles/.bash_aliases b/dotfiles/.bash_aliases
@@ -126,7 +126,7 @@ alias gst='git stash'
alias gsta='git stash apply'
alias gr='git branch -D'
alias grt='git remote -v'
-alias gj='git log -p'
+alias gj='git log -p --follow'
alias gle='~/bin/gle.sh'
alias gdf='~/bin/gdf.sh'
alias gig='cp ~/.gittemplates/.gitignore'