On main page of repo we have 2 contributors.
I delete all commits (one :)) of bottom user. On page /graphs/contributors we can see 2 contributors. How remove one from main page of git repo?
On main page of repo we have 2 contributors.
I delete all commits (one :)) of bottom user. On page /graphs/contributors we can see 2 contributors. How remove one from main page of git repo?
Go to repository settings and follow this path,
Settings -> Branches
and rename default branch to something else like main1. Then follow the same steps and rename the branch back to main.