Git Contrubtion Graph from none-default Branches

Viewed 18

I'm wondering why only default bracnh commit history shows on Git (Github) contribution graph.

Is there away to alter this behaviour and show contributions from All branches be it default brnch or not on the git contribution graph of my github profile

Etit:

I have being commiting to the master branch for months, then for somehow we changed theme of the system and we wanted to keep the old one as well, so I created a new branch Main and continued on, I later realized that all the commits toMain Branch did not show on my Graph, then I changed Main to defaul branch and then all the commits to the Master Branch disappeared. That was when I came to know that commits to the default branch are shown.

I wonder why Github did it this way, why not show all the commits regardless of Branch

0 Answers
Related