https://github.com/godeltech/codereview.tools.gitprovider
https://github.com/godeltech/codereview.tools.gitprovider
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/godeltech/codereview.tools.gitprovider
- Owner: GodelTech
- License: mit
- Created: 2021-01-29T05:24:22.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-12-16T14:43:10.000Z (5 months ago)
- Last Synced: 2024-12-26T18:19:00.852Z (5 months ago)
- Language: Shell
- Size: 9.77 KB
- Stars: 0
- Watchers: 12
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# CodeReview.Tools.GitProvider
Docker Image: https://hub.docker.com/r/godeltech/codereview.tools.gitprovider
## Description
The CodeReview.Tools.GitProvider is a Docker-based tool for cloning and switching Git repositories.
## Usage
### How to build the Docker Image
To build the Docker image, run the following command:
```bash
docker build -t codereview.gitprovider .
```### How to run the Docker Container
To run the Docker container, use the following command:
```bash
docker run -e GIT_REPOSITORY_URL='https://github.com/GodelTech/CodeReview.Tools.GitProvider.git' -e GIT_BRANCH='main' -v ${PWD}:/src codereview.gitprovider
```## License
This project is licensed under the MIT License. See the LICENSE file for more details.