Last active
March 2, 2022 14:21
-
-
Save ThisIsAreku/ec64627e31787a329859d779ea7346f9 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
[commit] | |
gpgsign = true | |
[user] | |
signingkey = <gpg key id> | |
name = <your name> | |
email = <your email> | |
[core] | |
editor = vim | |
# excludesfile = | |
# excludesfiles default to $HOME/.config/git/ignore, use this instead | |
autocrlf = input | |
[pull] | |
# default to pull --rebase | |
rebase = true | |
[init] | |
# old habits.. | |
defaultBranch = master | |
[push] | |
# push tags with commits | |
followTags = true | |
[diff] | |
# histogram is better for code diff | |
algorithm = histogram |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment