diff --git a/gitconfig b/gitconfig index d21257d4..eb6df24f 100644 --- a/gitconfig +++ b/gitconfig @@ -179,6 +179,7 @@ rtheirs = !git checkout --theirs ./ && git add . && git rebase --continue logfive = log --graph --pretty=oneline --abbrev-commit --decorate --all -5 noderelnotes = git log --graph --pretty=format:'%h%d %s (%an)' + configsimplelog = config format.pretty oneline [apply]