Created
January 31, 2024 12:56
-
-
Save Riverfount/8bd9279ed6e84e0f9d8cac3cd5571a56 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] | |
name = Vicente Marçal | |
email = [email protected] | |
[init] | |
defaultBranch = main | |
[core] | |
excludesfile = ~/.gitignore_global | |
editor = vim | |
autocrlf = input | |
pager = delta | |
[alias] | |
hist = "log --decorate --graph --pretty=oneline --abbrev-commit --all" | |
[pull] | |
rebase = true | |
[interactive] | |
diffFilter = delta --color-only | |
[delta] | |
navigate = true | |
light = false | |
line-numbers = true | |
side-by-side = true | |
[merge] | |
conflictstyle = diff3 | |
[diff] | |
colorMoved = default |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment