# git-dist **Repository Path**: oscstudio/git-dist ## Basic Information - **Project Name**: git-dist - **Description**: git auto build script - **Primary Language**: Shell - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 7 - **Forks**: 5 - **Created**: 2017-07-11 - **Last Updated**: 2025-06-24 ## Categories & Tags **Categories**: ci **Tags**: None ## README # Distributed Git Package This project is distributed git package ## Usage Install: Git (from Github) ```shell bash <(curl -fsSL https://gitee.com/oscstudio/git-dist/raw/master/git-dist.sh) ``` from `mirrors.edge.kernel.org`: ```shell bash <(curl -fsSL https://gitee.com/oscstudio/git-dist/raw/master/git-dist-kernel.sh) ``` Install: CMake ```shell bash <(curl -fsSL https://gitee.com/oscstudio/git-dist/raw/master/cmake.sh) ``` Install: CMake (Download from Github) ```shell bash <(curl -fsSL https://gitee.com/oscstudio/git-dist/raw/master/cmake-github.sh) ``` ## Symlink ```shell sudo ln -sf /usr/local/bin/git* /usr/bin/ ```