Live data from Hacker News

GitHub contributions 8-bits

cixtor.com

1–3 of 3 posts

GitHub contributions 8-bits

#1
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

GitHub contributions 8-bits
cixtor.com