From 4958dda2673eaaf1024466fcc4f6cfb42b383b76 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Wed, 25 Apr 2018 11:35:16 -0400 Subject: [PATCH] Add GH username to gitconfig Some programs look for this, like the magit integration with GitHub. --- configs/shared/.gitconfig | 2 ++ 1 file changed, 2 insertions(+) diff --git a/configs/shared/.gitconfig b/configs/shared/.gitconfig index d75fcb1ae..35082ffcb 100644 --- a/configs/shared/.gitconfig +++ b/configs/shared/.gitconfig @@ -15,3 +15,5 @@ [rebase] autosquash = true autostash = true +[github] + user = wpcarro