标签:远程 ast 方式 comm 文件 上传 tee add bsp
一 , 想将码云仓库里面的代码,抓取下来
1.git remote add origin 地址
2. git remote -v
3. it pull origin master
二 , 将自己创建的文件加入暂存区
git add index.php
三 , 提交到本地,填写注释
git commit -m ‘index.php wenjian‘
四 ,将文件上传到远程仓库,有两种方式
1.git push origin master
2.git push -u origin master -f
标签:远程 ast 方式 comm 文件 上传 tee add bsp
原文地址:https://www.cnblogs.com/yunhubuxi/p/12335534.html