# git-dist **Repository Path**: cloud-devops-softwareluke/git-dist ## Basic Information - **Project Name**: git-dist - **Description**: git auto build script - **Primary Language**: Shell - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 5 - **Created**: 2019-12-23 - **Last Updated**: 2020-12-18 ## Categories & Tags **Categories**: Uncategorized **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/ ```