Created
May 2, 2022 18:19
-
-
Save aral/58d334aaf4974a9590df4f81a1b576f4 to your computer and use it in GitHub Desktop.
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] | |
name = Aral Balkan | |
email = [email protected] | |
[core] | |
pager = cat | |
[diff] | |
tool = meld | |
[difftool "meld"] | |
path = /usr/bin/meld | |
[difftool] | |
prompt = false | |
[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 | |
[pager] | |
diff = delta | |
log = delta | |
reflog = delta | |
show = delta | |
[interactive] | |
diffFilter = delta --color-only | |
[pull] | |
ff = only | |
[init] | |
defaultBranch = main |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment