diff options
-rw-r--r-- | .gitconfig | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/.gitconfig b/.gitconfig new file mode 100644 index 0000000..db56610 --- /dev/null +++ b/.gitconfig @@ -0,0 +1,3 @@ +[alias] + ll = !git --no-pager log --format=\"%C(auto)%h%C(green)%>(12,trunc) %ar%C(cyan)%>(12,trunc) %aN%C(auto)%d% s\" --all --graph + lll = !git --no-pager log --format=\"%C(auto)%h %ad (%C(green)%>(12,trunc)%ar%C(reset)) %C(cyan)%>(12,trunc)%aN%C(auto)%d% s\" --all --graph |