DEV Community

Discussion on: Why are my commits aren't showing up on GitHub contributions graph?

Collapse
 
luizdcastro profile image
Luiz Castro

Helpful article, just to add in case you are not using GitHub desktop, you also can set your commit email address by command line.

$ git config --global user.email "email@example.com"

$ git config --global user.email

docs.github.com/en/free-pro-team@l...

Collapse
 
duhbhavesh profile image
Bhavesh Kasturi

This is Great! Thanks :)