Git: Use github username instead of email
1 file changed, 1 insertion(+), 1 deletion(-)
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/"]