Last active
June 23, 2021 09:25
-
-
Save Charl13/0205e1e1fdfc5497ce6a3b5e30d9f150 to your computer and use it in GitHub Desktop.
.gitconfig
This file contains 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 = [email protected] | |
name = Charlie Vieillard | |
[pager] | |
diff = delta | |
log = delta | |
reflog = delta | |
show = delta | |
[interactive] | |
diffFilter = delta --color-only | |
[delta] | |
features = side-by-side line-numbers decorations | |
whitespace-error-style = 22 reverse | |
[delta "decorations"] | |
commit-decoration-style = bold yellow box ul | |
file-style = bold yellow ul | |
file-decoration-style = none |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment