| |
Google's Copybara is an open-source tool that transforms and moves source code between multiple repositories while maintaining a single authoritative source of truth. It is commonly used to keep confidential and public repositories synchronized, handle contributions across multiple repositories, and supports Git with experimental Mercurial support. The tool is stateless, storing state in destination repository commit messages, allowing multiple users to achieve consistent results.
Read Full Article →
← More Tech news