Skip to content

Instantly share code, notes, and snippets.

<details><summary>MAHOU DEBUG INFO</summary>
<details><summary>Environment info</summary>
- Mahou 2.9.0.0
- OS = [Microsoft Windows NT 6.2.9200.0]
- x64 = [True]
- .Net = [4.0.30319.42000]
</details>
@ViRGiL175
ViRGiL175 / .gitconfig
Last active September 19, 2021 23:11
Pretty aliases for Git log
[alias]
prettylog = log --graph --abbrev-commit --decorate --format=format:'%C(bold blue)%h%C(reset) - %C(yellow)%aD%C(reset) %C(dim yellow)(%ar)%C(reset)%C(auto)%+d%n %<(80,trunc)%C(white)%s%C(reset)%n %C(dim white)by %an%C(reset) %n'
prettybranches = log --graph --abbrev-commit --decorate --simplify-by-decoration --all --format=format:'%C(bold blue)%h%C(reset) - %C(yellow)%aD%C(reset) %C(dim yellow)(%ar)%C(reset)%C(auto)%+d%n %<(80,trunc)'