With this project, your can merge all your git commit contributions(maybe distributed in Github, GitLab, Bitbucket) into one graph.
- local repositories
- git log --author=xxxx --all
- draw graph with opencv
-
clone this repository to
git_contributions_graphfoldergit clone git@github.com:JustForFunOk/git_contributions_graph.git cd git_contributions_graph/ -
copy (or create link) all your repositories to
git_contributions_graph/repositories/folder -
input all your email address to
author_email_listin git_contributions_graph.py line 11 -
change
dest_yearin line 12 -
run scripts
./git_contributions_graph.py
-
save image using
savebutton -
press
Escto exit
