I have a company github account on github.com, and using personal access token to make commits.
I also have a personal github.com account with my personal email. I want to have my commits heat map to show on my personal github.com account.
I tried setting user.email on my git config to my personal email, and have company emails personal access token as password, but still it is not showing on my personal github.com accounts heat map. When I go to the commit history on company github, I can see my personal email id as commit email.
How can I show private commits on company email account on my personal github.com heat map ?