GitHub contributions 8-bits (cixtor.com)
The talks for me:
$ git init
$ touch 'README.md'
$ git add 'README.md'
$ DATE=$(stat -c %y 'README.md' | sed 's/2013/2000/g')
$ git commit -m 'Initial commit' --date "$DATE"
$ git remote add origin https://HOSTING.com/USERNAME/REPOSITORY.git
$ git push -u origin master
2 comments
[ 3.1 ms ] story [ 14.4 ms ] thread