Dockerized version of git-sizer for getting statistics about your git repos.
5.5K
Dockerfile linkslatest, alpine alpine/Dockerfileslim, slim/DockerfileGit Sizer is a tool to Compute various size metrics for a Git repository, flagging those that might cause problems.
This is a Dockerised Solution for running Git Sizer.
docker pull willhallonline/git-sizer:alpine
cd ~/your-local-repo
docker run -it --rm -v $(pwd):/app willhallonline/git-sizer:alpine
Content type
Image
Digest
Size
10.5 MB
Last updated
over 8 years ago
docker pull willhallonline/git-sizer