diff --git a/.config/git/config b/.config/git/config index 2d6d28d..9097f1a 100644 --- a/.config/git/config +++ b/.config/git/config @@ -3,3 +3,6 @@ name = Joseph Ferano [init] defaultBranch = master +[alias] + lop = log --pretty='%C(green)%an %C(blue)(%ad)%n %C(yellow)%h %C(white)| %C(reset)%s' --abbrev-commit --date=relative + lol = log --graph --pretty='%C(yellow)%h %C(green)%an %C(reset)%s' --abbrev-commit