Mercurial > index.cgi > dotfiles
annotate .shared/gitconfig @ 291:b7096eec6557
Moved 'ret' and cleaned up a few old bits
author | Steve Huston <huston@srhuston.net> |
---|---|
date | Sat, 31 Aug 2024 14:38:04 -0400 |
parents | 99368487ffe6 |
children |
rev | line source |
---|---|
273
61b830d34016
Get some basic git config stuff shared wider
Steve Huston <huston@princeton.edu>
parents:
diff
changeset
|
1 [push] |
275
99368487ffe6
Setting a couple other sane git defaults for ID
Steve Huston <huston@srhuston.net>
parents:
273
diff
changeset
|
2 default = simple |
99368487ffe6
Setting a couple other sane git defaults for ID
Steve Huston <huston@srhuston.net>
parents:
273
diff
changeset
|
3 [user] |
99368487ffe6
Setting a couple other sane git defaults for ID
Steve Huston <huston@srhuston.net>
parents:
273
diff
changeset
|
4 name = Steve Huston |
99368487ffe6
Setting a couple other sane git defaults for ID
Steve Huston <huston@srhuston.net>
parents:
273
diff
changeset
|
5 email = huston@princeton.edu |