changeset 275:99368487ffe6

Setting a couple other sane git defaults for ID
author Steve Huston <huston@srhuston.net>
date Fri, 26 Apr 2024 14:14:24 -0400
parents 02a3d7c46b2b
children 3b9662470765
files .shared/gitconfig
diffstat 1 files changed, 4 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/.shared/gitconfig	Fri Apr 26 12:02:56 2024 -0400
+++ b/.shared/gitconfig	Fri Apr 26 14:14:24 2024 -0400
@@ -1,2 +1,5 @@
 [push]
-	default = simple
+  default = simple
+[user]
+  name = Steve Huston
+  email = huston@princeton.edu