Files
dotfiles/git/.gitconfig
2022-04-09 08:43:13 +01:00

25 lines
445 B
INI

[user]
name = Andrew Williams
email = andy@tensixtyone.com
signingkey = 86DAB9F71FF20A3A
[core]
editor = nano
excludesfile = ~/.gitignore_global
[alias]
prune = fetch --prune
co = checkout
dist = "!git archive --format=tar -v --prefix=$(git describe HEAD)/ $(git describe HEAD) | gzip -9 > ../$(git describe HEAD).tar.gz"
[include]
path = ~/.gitconfig-win
[commit]
gpgsign = true
[init]
defaultBranch = main
[pull]
ff = only