GitHub - Lee-WonJun/gitdot: github as a canvas

image

github as a canvas gitdot is a pixel art (dot image) tool for github commit activity.

gitdot-visual

image

  • Select year
  • Cell left click : add one commit
  • Cell right click : remove one commit
  • save Button : Save to file for loading gitdot-cli

gitdot-cli

A tool to create a repository with commits of the desired date

gitdot-cli [repo-path] [gitdot-file-path] [author] [email] [offset]
  • repo-path : Path to be initialized by git
  • gitdot-file-path : File created by gitdot-visual
  • Author: committer author
  • Email: Committer email
  • offset : the date to be added to the commit date (for adjusting the github dashboard)

image

After you create the repo, you can push it.