- Delete https://github.com/supersoaker/commit-history/settings
- Create a new repository (without readme.md or any other file)
- clone this repo
git clone https://github.com/supersoaker/gitfiti && cd gitfiti
- execute
python3 gitfiti.py && ./gitfiti.sh
(see options1 a little lower in README.md) - execute
python3 gitfiti.py && ./gitfiti.sh
(see options2 a little lower in README.md) - execute
python3 gitfiti.py && ./gitfiti.sh
(see options3 a little lower in README.md)
Maybe add the right user into ./gitfiti.sh after the init step (if you are not using that user globally already):
git config user.name "supersoaker"
git config user.email "dev.supersoaker@gmail.com"
quick hint: sometimes it can take a while until the commits are shown (especially while you are heavily testing)
- option1
- empty string (github.com)
- supersoaker
- commit-history
- 25 (week distance from left e.g 25, see down)
- gitfiti
- empty string (no image)
- pacman_right_look
- bash
- option2
- empty string (github.com)
- supersoaker
- commit-history
- 35 (week distance from left, see down)
- gitfiti
- empty string (no image)
- octocat
- bash
- option3
- empty string (github.com)
- supersoaker
- commit-history
- 46 (week distance from left, see down)
- gitfiti
- empty string (no image)
- pacman_left_look
- bash
first number to define how many weeks to the right (1-52), e.g. 25 weeks 25 second numberr is the pacman_right_look (8) plus the space in between (2) 25 + 10 third number ris the octocat (9) plus the space in between (2) 25 + 10 + 11