Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 402 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 402 Bytes

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.