An open API service indexing awesome lists of open source software.

https://github.com/leanlabsio/git

git executable docker image
https://github.com/leanlabsio/git

Last synced: 6 months ago
JSON representation

git executable docker image

Awesome Lists containing this project

README

          

* Git builder container

Docker git executable container.

** Usage

#+BEGIN_SRC sh
docker run --rm \
-v `pwd`:/`pwd` \
-w `pwd` \
leanlabs/git clone https://github.com/leanlabsio/git.git
#+END_SRC