diff --git a/.gitconfig b/.gitconfig index 8525646..46f45bf 100644 --- a/.gitconfig +++ b/.gitconfig @@ -8,9 +8,9 @@ dc = diff --cached ci = commit br = branch - lg = log -p - lol = log --graph --decorate --pretty=oneline --abbrev-commit - lola = log --graph --decorate --pretty=oneline --abbrev-commit --all + lg = log -p --decorate=full --show-signature + lol = log --graph --decorate=full --pretty=oneline --abbrev-commit + lola = log --graph --decorate=full --pretty=oneline --abbrev-commit --all ls = ls-files # Show files ignored by git: