Skip to content

Commit

Permalink
add new link resource
Browse files Browse the repository at this point in the history
  • Loading branch information
hbt committed Jul 24, 2021
1 parent 735b7f0 commit 326d437
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ git log --all --pretty=format: --name-only --not master --no-merges | sort | uni

## Other git data mining tools worth a mention

* [https://github.com/askgitdev/askgit](https://github.com/askgitdev/askgit) -- Query git repositories with SQL.
* [https://github.com/src-d/gitbase](https://github.com/src-d/gitbase) -- Turns Git Repository into an SQL database
* [https://github.com/src-d/hercules](https://github.com/src-d/hercules)
* [https://github.com/arzzen/git-quick-stats](https://github.com/arzzen/git-quick-stats) -- interactive tool
Expand Down
5 changes: 2 additions & 3 deletions docker-compose.yml
Original file line number Diff line number Diff line change
@@ -1,13 +1,12 @@
version: '3.4'


# // TODO(hbt) ENHANCE push img

services:
git-forks-analysis:
build:
context: .
image: hbtlabs/git-forks-analysis
# image: hbtlabs/git-forks-analysis:2
image: hbtlabs/git-forks-analysis:latest
volumes:
- .:/git-forks-analysis-src:ro
- ./out:/out
Expand Down

0 comments on commit 326d437

Please sign in to comment.