Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/squidmin/multi-git
https://github.com/squidmin/multi-git
Last synced: 9 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/squidmin/multi-git
- Owner: squidmin
- Created: 2023-05-21T22:01:30.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-06-04T01:50:14.000Z (over 1 year ago)
- Last Synced: 2024-10-12T23:01:40.379Z (24 days ago)
- Language: Go
- Size: 27.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```