systemSetup

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

commit 505761e6f4e8786cc8b526a8d638755d6812aeee
parent 6c355cfb5933e73e94df902d3a2691439a8969ab
Author: Remy Noulin <loader2x@gmail.com>
Date:   Tue,  4 Jan 2022 15:39:39 +0200

show modified and added files in git show

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 @@ -120,7 +120,7 @@ alias gg='git log --pretty=fuller' alias gh='git gg' alias gc='git clone' alias gb='git blame' -alias gs='git show --pretty=fuller' +alias gs='git show --pretty=fuller --patch-with-raw' alias gst='git stash' alias gsta='git stash apply' alias gr='git branch -D'