GitHub contributions 8-bits(cixtor.com)
cixtor.com
GitHub contributions 8-bits
http://www.cixtor.com/blog/57/github-contributions
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
[deleted]
Hello, today I'm coming with a very simple article, but with a curious image. This post doesn't have a technical explanation, it is just something that I want to share because it was funny to achieve this thing Cixtor GitHub Contributions (https://github.com/cixtor).