# tc **Repository Path**: anolis/tc ## Basic Information - **Project Name**: tc - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-12 - **Last Updated**: 2022-06-18 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README 为了标识身份,建议先完成 Git 全局设置 git config --global user.name "linuxman" git config --global user.email "yuntongjin@gmail.com" git clone https://codeup.openanolis.org/codeup/community/tc.git cd tc touch README.md git add README.md git commit -m "add README" git push -u origin master cd existing_folder git init git remote add origin https://codeup.openanolis.org/codeup/community/tc.git git add . git commit git push -u origin master git clone --bare https://git.example.com/your/project.git your_path cd your_path git remote set-url origin https://codeup.openanolis.org/codeup/community/tc.git git push --mirror