# grm **Repository Path**: asphodelus_dev/grm ## Basic Information - **Project Name**: grm - **Description**: git的全局镜像设置命令行工具 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: main - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-06-22 - **Last Updated**: 2024-06-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Introduction Git Registry Manager # Install ```shell go install gitee.com/asphodelus_dev/grm@latest ``` # Usage ```shell grm set # enable mirror for git grm unset # disable mirror grm setrepo # set mirror config for git, default is https://githubfast.com ```