Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/grailbio/grit

Grit is a tool to mirror monorepo subtrees to Github
https://github.com/grailbio/grit

Last synced: 2 months ago
JSON representation

Grit is a tool to mirror monorepo subtrees to Github

Awesome Lists containing this project

README

        

![](https://github.com/grailbio/grit/workflows/CI/badge.svg)

Grit copies commits from a source repository to a destination
repository. It is intended to mirror projects residing in an
private monorepo to an external project-specific Git repository.

Usage:

$ go get [-u] github.com/grailbio/grit
$ grit [-push] [-dump] src dst rules...

[Documentation](https://godoc.org/github.com/grailbio/grit).