all repos — nixfiles @ 83ce2da5aa4ccefd2418fc79bd34532c75b7e3a3

System and user configuration, managed by nix and home-manager

Git: Use github username instead of email

Alan Pearce
commit

83ce2da5aa4ccefd2418fc79bd34532c75b7e3a3

parent

0a297c13575bcc98c037219017da3a2695a33eee

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M git/.config/git/configgit/.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/"]