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

https://github.com/errm/git-sync

Sync from a remote git repo every so often.
https://github.com/errm/git-sync

Last synced: 12 months ago
JSON representation

Sync from a remote git repo every so often.

Awesome Lists containing this project

README

          

# `git-sync`

Sync from a remote git repo every so often.

## Config

| var | default |
|--------------|------------------|
| `TARGET_DIR` | `/usr/local/src` |
| `GIT_REPO` | |
| `GIT_BRANCH` | `master` |
| `DELAY` | `1m` |

## Usage

```
docker run -e GIT_REPO=https://github.com/errm/cheese errm/git-sync
```