1. 、和仓库建立联系:git clone https://gitee.com/xxxxxxx/dianji.git
2. 、cd 进入目录 可以查看管理状态:git status
3. 、git add .
4. 、git commit -m “描述”
5. 、git push