[user]
    name = Anthony Axenov
    email = anthonyaxenov@gmail.com
	signingKey = F7CCD4EC
[core]
    editor = nano
    autocrlf = input
[commit]
    gpgSign = true
[tag]
    gpgSign = true
[init]
	defaultBranch = master
[push]
    default = current
    followTags = true
[pull]
    default = current
    rebase = false
[diff "bin"]
	textconv = hexdump -v -C
[help]
	autocorrect = 1
[remote "origin"]
    prune = true
[include]
    path = ~/.git_aliases
[include]
    path = ~/.git_aliases.local
[include]
    path = ~/.gitconfig.local ; use this file to store other personal settings and aliases

