Git Contribution

1 · 0x4c2 · Jan. 26, 2021, 3:22 a.m.
Contribution graph shows activity from public repositories. You can choose to show activity from both public and private repositories, with specific details of your activity in private repositories anonymized. Update local git config 1git config --global user.name “github’s Name” 2 3git config --global user.email "github@*.com" Update commit history If you do not want to waste your commit history. we can use 'git log' to see the git record 1git log we need to edit all of the history of commit a...