Docker Image: https://hub.docker.com/r/godeltech/codereview.tools.gitprovider
The CodeReview.Tools.GitProvider is a Docker-based tool for cloning and switching Git repositories.
To build the Docker image, run the following command:
docker build -t codereview.gitprovider .
To run the Docker container, use the following command:
docker run -e GIT_REPOSITORY_URL='https://github.com/GodelTech/CodeReview.Tools.GitProvider.git' -e GIT_BRANCH='main' -v ${PWD}:/src codereview.gitprovider
This project is licensed under the MIT License. See the LICENSE file for more details.