Skip to content

GodelTech/CodeReview.Tools.GitProvider

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

docker build -t codereview.gitprovider .

How to run the Docker Container

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

License

This project is licensed under the MIT License. See the LICENSE file for more details.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published