I created a new react project using create react app and started coding.
I have setup git for pushing changes, the changes are getting pushed and I see it on github.
Weirdly, I don’t see those commits counted on my contribution timeline.
Did anyone face a similar issue? If yes, how did you pass through it?
For private repos you need to explicitly enable statistics.
1 Like
Thanks. It worked perfectly.