grailbio / grit

Grit is a tool to mirror monorepo subtrees to Github

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Grit is a tool to mirror monorepo subtrees to Github

License:Apache License 2.0


Languages

Language:Go 100.0%