# linux **Repository Path**: lifoxin/linux ## Basic Information - **Project Name**: linux - **Description**: ops学习 git clone http://gitee.com/lifoxin/linux cd linux git add file git commit -m "descrir" git push origin master - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2018-07-23 - **Last Updated**: 2021-02-27 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ##### linux #### 项目介绍 linux运维学习 #### 使用说明 git clone http://gitee.com/lifoxin/linux cd linux git add file git commit -m "descrir" git push origin master git合并规范 重新克隆一次项目 git clone https://gitee.com/lifoxin/item.git 克隆路径为/new/project,本地修改路径为 /old/project。 进入旧目录cd /old/project。 然后rsync -av ./ /new/project/ #注意/new/project后面有个斜杠 回到新项目中,做添加和提交的操作。