Sign inSign up

willhallonline/git-sizer

By willhallonline

Updated over 8 years ago

Dockerized version of git-sizer for getting statistics about your git repos.

Image
1

5.5K

willhallonline/git-sizer repository overview

Docker Git Sizer

What is Git Sizer?

Git 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 Commands

Pull
docker pull willhallonline/git-sizer:alpine
Run on local repo
cd ~/your-local-repo
docker run -it --rm -v $(pwd):/app willhallonline/git-sizer:alpine

Tag summary

Content type

Image

Digest

Size

10.5 MB

Last updated

over 8 years ago

docker pull willhallonline/git-sizer