systemSetup

system setup, configuration and dotfiles
git clone https://noulin.net/git/systemSetup.git
Log | Files | Refs | README | LICENSE

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:
Mdotfiles/.bash_aliases | 2+-
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'