diff --git a/.gitconfig b/.gitconfig index b73d2be..aff9392 100644 --- a/.gitconfig +++ b/.gitconfig @@ -11,6 +11,7 @@ pf = push --force fp = push --force su = submodule update --init + addnw = !sh -c 'git diff -w --no-color "$@" | git apply --cached --ignore-whitespace' - [user] name = Holger Just email = "hjust@meine-er.de"