My Github contributions not showing up on graph with xcode 8

Viewed 298

I created a project in Xcode (8.3.3) and put it on my Github account. But every commit I made using Xcode source control they never are show up on my contribution graph after I push my work. Does anyone have passed for this issue?

Ps. The commits are record normally.

2 Answers

Xcode > Preferences > Source Control > Git

There you add your github email address and you all set!

Related