systemSetup

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

commit 51fcbbce42b02173b9c467c42d3ab97dc0e1cc59
parent f386e73c944fa69ad966b8fb0a9946898da0de35
Author: Remy Noulin <loader2x@gmail.com>
Date:   Tue, 18 Jan 2022 13:20:08 +0200

show modified and added files in git diff

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 @@ -112,7 +112,7 @@ alias gi='git commit' alias gia='git commit --amend' alias ga='git commit -a' alias gaa='git commit -a --amend' -alias gd='git diff' +alias gd='git diff --patch-with-raw' alias gp='git push' alias gl='git pull' alias gu='git status'