Sign inSign up

letompouce/git-wtf

By letompouce

Updated over 5 years ago

A Docker image to run `git-wtf`.

Image
0

1.0K

letompouce/git-wtf repository overview

git-wtf

A Docker image to run git-wtf.

Because you may not want to install Ruby locally.

Usage

WORKINGDIR is /src.

From your shell:

docker run -it --rm \
    --name git-wtf \
    -v "$PWD":/src \
    --read-only \
    letompouce/git-wtf

The git-wtf bash script is a convenient wrapper to be placed in your PATH, such as /usr/local/bin/git-wtf.

Then just use it normally:

git-wtf --help
git-wtf --long

Upstream

Tag summary

Content type

Image

Digest

Size

37.2 MB

Last updated

over 5 years ago

docker pull letompouce/git-wtf