Skip to content

Commit

Permalink
incrementl save
Browse files Browse the repository at this point in the history
  • Loading branch information
mkudija committed Apr 16, 2018
1 parent dd3b766 commit f7c00b2
Show file tree
Hide file tree
Showing 7 changed files with 1,227 additions and 125 deletions.
Binary file added Commit_History_scatter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Commit_History_weekdays_scatter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added Commit_History_weekends_scatter.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified GitHub_commits.xlsx
Binary file not shown.
7 changes: 4 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,12 @@ help:
@echo 'Exports GitHub commit history for REPOS '
@echo ' '
@echo 'Usage: '
@echo ' make export cd in to repo and export commit history '
@echo ' make export cd in to repo and export commit history (txt) '
@echo ' make export_csv cd in to repo and export commit history (csv) '
@echo ' '

REPOS_PERSONAL = blog General-Examples mkudija.github.io
REPOS_WORK = Aircraft-Data BD-Tools CommercialData FleetView MarketView Valuations
REPOS_PERSONAL = blog General-Examples GitHub-Commits Map-Tools mkudija.github.io Project-Euler-Solutions recipes
REPOS_WORK = Aircraft-Data BD-Tools CommercialData FleetView MarketView MILE_Data Odin Product-Strategy-Presentations Projects tmp update-websites Valuations Valuations-Internal

export:
$(foreach var,$(REPOS_PERSONAL), cd ../$(var); git log --date=local --pretty=format:"%h%x09%an%x09%ad%x09%s" > ../GitHub-Commits/txt/commits_Personal_$(var).txt;)
Expand Down
Binary file removed commit_history.png
Binary file not shown.
1,345 changes: 1,223 additions & 122 deletions github_heatmap.ipynb

Large diffs are not rendered by default.

0 comments on commit f7c00b2

Please sign in to comment.