Last active
June 27, 2020 22:07
-
-
Save wamoyo/289f0be0b60b5242e1d159321d9fda85 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[user] | |
email = | |
name = | |
[core] | |
editor = nvim | |
[merge] | |
tool = vimdiff | |
[color] | |
ui = auto | |
[alias] | |
tree = log --all --graph --format=format:'%C(bold blue)%h%C(reset) %C(dim white)%s%C(reset)%C(bold red)%d%C(reset) %C(green)by %an%C(yellow) %ar%C(reset)' | |
[credential] | |
helper = cache --timeout=31622400000 | |
[push] | |
default = simple |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment