git/.config/git/config

14 lines
397 B
Plaintext

[user]
email = adam@adamgoldsmith.name
name = Adam Goldsmith
[push]
default = simple
[core]
editor = emacsclient -t
[colors]
ui = true
[alias]
serve = !git daemon --base-path=. --export-all --reuseaddr --informative-errors --verbose
hub = !git daemon --base-path=. --export-all --enable=receive-pack --reuseaddr --informative-errors --verbose
[credential]
helper = netrc -f ~/.netrc.gpg -v