diff options
author | William Carroll <wpcarro@gmail.com> | 2018-04-25T15·35-0400 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2018-04-25T15·35-0400 |
commit | 4958dda2673eaaf1024466fcc4f6cfb42b383b76 (patch) | |
tree | a7cbbed46c3748852e3eb0e0f18d08144848cbe1 /configs | |
parent | cf94db8e043cd1e354b5a23221ddf23ab3bdae8c (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/.gitconfig | 2 |
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 |