git/.config/git/config

17 lines
491 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 = /usr/bin/env ~/.config/git/git-credential-netrc -f ~/.netrc.gpg -v
[diff "gpg"]
textconv = gpg --no-tty --decrypt -q