- Draw it. You can use this this spreadsheet to help you.
- Set the initial date. In my case it was 2012-01-01. It's important to be a Sunday. It can be older than your Github account. In the last line of the spreadsheet, in left corner, edit the script and add your initial date.
- Clone this repo:
git clone git@github.com:Falci/github-art.git
(you'd better use ssh) cd github-art
- Remove the .git folder:
rm -rf .git/
- Start a new git repo:
git init && git add . && git commit -am "Initial commit"
- Copy and run the script from the spreadsheet.
- Create your own Github project.
git remote add origin git@github.com:<username>/github-art.git
git push -u origin master
- Profit
If you regret it, remove the repo form Github.