Skip to content

Instantly share code, notes, and snippets.

@ThisIsAreku
Last active March 2, 2022 14:21
Show Gist options
  • Save ThisIsAreku/ec64627e31787a329859d779ea7346f9 to your computer and use it in GitHub Desktop.
Save ThisIsAreku/ec64627e31787a329859d779ea7346f9 to your computer and use it in GitHub Desktop.
[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