Description
Tool for transforming and moving code between repositories.
Copybara is a tool used internally at Google for transforming and moving code between repositories. It allows you to maintain code in multiple repositories while keeping them in sync through transformations.
Common use cases include:
- Importing sections of code from a confidential repository to a public repository
- Importing code from a public repository to a confidential repository
- Moving changes between authoritative and non-authoritative repositories.