I have two accounts on GitHub. One for a work purpose and one is personal.
Currently I work on personal project but all the code I write in PyCharm has working account name as Code Author.
I searched for a while regarding this topic but still confused is this indicator is PyCharm or Git related function.
What I have done:
- Add my personal account in PyCharm --> Version Control --> GitHub
- Changed "username" and "email" in
git config
andgit config --global
as well.
But nothing works so far. In commits there is a mix of both accounts' name. But last few days commits were applied only from working account. It there something I'm missing?