Skip to content

leanlabsio/git

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

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