For your Public Contributions chart on GitHub.
example-user
). (I did this in a Chrome Ingognito browser so I didn't have to log out of my real user.)example-repo
).--author="public-contributions"
(Ex: --author="example-user"
).cd
to your folder (which now has dates.txt
and dates.sh
in it).git init
to initialize the Git repo../dates.sh
. (You may need to run chmod +x dates.sh
first depending on how you created the file.)git remote add origin git@github.com:example-user/example-repo.git
.)git push
.http://github.com/example-user
.)Made by Adam Schwartz