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

https://github.com/potofcoffee2go/git-server

Node.js git scm server based on node-git-server
https://github.com/potofcoffee2go/git-server

Last synced: 10 months ago
JSON representation

Node.js git scm server based on node-git-server

Awesome Lists containing this project

README

          

### Welcome to @PotOfCoffee2Go/git-server

[Git](https://git-scm.com/book) server for local network use.

Git-server implements an easy to install cross-platform local Git HTTP repository server.

- Is zero config - if happy with the default settings
- Automatically creates repository upon initial push
- Run multiple servers on localhost
- Server can have unlimited number of repositories
- Built-in proxy server allows local network access
- Pushes can be anonymous or User/Password protected
- Server is easily added as a remote to existing git working directory
- As a [git remote](https://git-scm.com/docs/git-remote) or [git submodule](https://git-scm.com/book/en/v2/Git-Tools-Submodules)

See @potofcoffee2go/git-server [github-page](https://potofcoffee2go.github.io/git-server/) for installation and more details.