Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/grailbio/grit
- Owner: grailbio
- License: apache-2.0
- Created: 2018-11-14T18:25:12.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-16T23:15:52.000Z (over 1 year ago)
- Last Synced: 2024-08-01T13:23:29.455Z (5 months ago)
- Language: Go
- Homepage:
- Size: 85 KB
- Stars: 64
- Watchers: 20
- Forks: 7
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-ospo - Grit - Grit is a tool to mirror monorepo subtrees to Github (GitHub Management)
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).