Fork me on GitHub
#editors
<
2016-02-16
>
ericlavigne03:02:45

Just found NightCode and very happy with it, but ran into small configuration problem. Its git integration uses my Mac's login name and computer name in place of my git configured username and email. Anyone know how to change this? https://sekao.net/nightcode/

maio09:02:05

@ericlavigne: I don't know about NightCode, but are you using git config --global user.email ... to set these things?

akiva13:02:33

Yep, @ericlavigne, you should in your home directory have a .gitconfig file. It’ll have sections for your user name and e-mail, what manages your credentials, and other configuration options.

dominicm14:02:49

Mac's login name and computer name in place of my git configured username and email. > In place of my git configured username and email I think it's already configd

dominicm14:02:47

According to the source, the git handling uses jgit, so I'd look for how jgit can be configured. (eclipse jgit)