mirror of
https://github.com/nikdoof/dotfiles.git
synced 2025-12-11 16:52:26 +00:00
24 lines
441 B
INI
24 lines
441 B
INI
[user]
|
|
name = Andrew Williams
|
|
email = andy@tensixtyone.com
|
|
|
|
[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
|
|
path = ~/.gitconfig-gpg
|
|
path = ~/.gitconfig-local
|
|
|
|
[init]
|
|
defaultBranch = main
|
|
|
|
[pull]
|
|
ff = only
|