diff --git a/src/.gitconfig b/src/.gitconfig index 1711993..96b8582 100644 --- a/src/.gitconfig +++ b/src/.gitconfig @@ -18,6 +18,7 @@ fixup = commit --amend --no-edit fixup-a = commit -a --amend --no-edit full-diff = !git --no-pager diff + git = "!f() { git "$@"; }; f" # ignore the duplicated "git" ll = log --pretty=format:"%C(yellow)%h%C(red)%d%C(reset)\\ %s\\ %C(blue)%C(bold)[%aN]%C(reset)" --decorate --numstat lo = log --oneline --decorate ls = log --pretty=format:"%C(yellow)%h%C(red)%d%C(reset)\\ %s\\ %C(blue)%C(bold)[%aN]%C(reset)" --decorate