Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/squidmin/multi-git


https://github.com/squidmin/multi-git

Last synced: 9 days ago
JSON representation

Awesome Lists containing this project

README

        

# multi-git

Example CLI project written in Go.

### Install

Download and install Docker.

### Build

Expand

```shell
docker build -t multi-git .
```

### Run the application

Expand

```shell
docker run -it --rm \
-v /usr/bin:/usr/local/bin \
--name multi-git multi-git
```