Git: Use github username instead of email
Alan Pearce alan@alanpearce.eu
Wed, 18 Oct 2017 12:36:22 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M git/.config/git/config → git/.config/git/config
@@ -23,7 +23,7 @@ ignored = ls-files --others -i --exclude-standard pr = pull-request delete-merged = "!sh -c 'git branch --merged | grep -v "\\*" | grep -v master | grep -v dev | xargs -n 1 git branch -d'" [github] - user = alan@alanpearce.eu + user = alanpearce [ghq "ssh://alanpearce.eu/"] vcs = git [includeIf "gitdir:github.com/Spotcap/"]