git-sync는 로컬 체크아웃 없이 Git 리모트를 미러링하는 CLI 도구입니다.
git-sync는 로컬 클론 없이 소스 리모트에서 타겟 리모트로 ref와 오브젝트를 직접 스트리밍할 수 있는 CLI 도구입니다. 이 도구는 로컬 디스크에 체크아웃하지 않고도 Git 리모트를 미러링할 수 있어, 개발자들이 더 효율적으로 작업할 수 있게 해줍니다. Relay 전송 경로를 통해 소스의 데이터가 타겟으로 바로 전송되고, 저장소 크기를 줄이는 데 기여합니다.
git-sync is a CLI tool for mirroring Git remotes without local checkouts.
git-sync is a CLI tool that allows direct streaming of refs and objects from a source remote to a target remote without local cloning. It eliminates the need for a local checkout, enabling developers to work more efficiently. By using a relay transfer path, it sends data from the source directly to the target, helping to reduce the repository size.