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

https://github.com/trion-development/docker-local-git

Serve filesystem git folders as http git repositories
https://github.com/trion-development/docker-local-git

Last synced: 28 days ago
JSON representation

Serve filesystem git folders as http git repositories

Awesome Lists containing this project

README

          

Exposes a directory containing git repositories as a git http server.

For development, for example iterating a CI setup, avoiding repeated pushes.

docker run -v $PWD:/git-repos/demo -p 8080:8080 --rm -it ghcr.io/trion-development/local-git