Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 205 Bytes

File metadata and controls

12 lines (9 loc) · 205 Bytes

Git builder container

Docker git executable container.

Usage

docker run --rm \
  -v `pwd`:/`pwd` \
  -w `pwd` \
  leanlabs/git clone https://github.com/leanlabsio/git.git