about summary refs log tree commit diff
path: root/configs
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2018-04-25T15·35-0400
committerWilliam Carroll <wpcarro@gmail.com>2018-04-25T15·35-0400
commit4958dda2673eaaf1024466fcc4f6cfb42b383b76 (patch)
treea7cbbed46c3748852e3eb0e0f18d08144848cbe1 /configs
parentcf94db8e043cd1e354b5a23221ddf23ab3bdae8c (diff)
Add GH username to gitconfig
Some programs look for this, like the magit integration with GitHub.
Diffstat (limited to 'configs')
-rw-r--r--configs/shared/.gitconfig2
1 files changed, 2 insertions, 0 deletions
diff --git a/configs/shared/.gitconfig b/configs/shared/.gitconfig
index d75fcb1ae582..35082ffcb8f6 100644
--- a/configs/shared/.gitconfig
+++ b/configs/shared/.gitconfig
@@ -15,3 +15,5 @@
 [rebase]
 	autosquash = true
 	autostash = true
+[github]
+	user = wpcarro