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_graph
foldergit clone [email protected]: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_list
in git_contributions_graph.py line 11 -
change
dest_year
in line 12 -
run scripts
./git_contributions_graph.py
-
save image using
save
button -
press
Esc
to exit