http://blog.youkuaiyun.com/lvkelly/article/details/54668378
总结 1、git bash;然后切换到项目根目录
2、git status(查看项目修改情况)
3、git add file,file 为修改文件名(文件夹/文件名)
4、git commit -m“修改”,引号里面是提交信息(备注信息)
5、git push
ps:修改文件之前一定要执行git clone
本文详细介绍如何使用Git进行项目管理,包括在项目根目录下检查状态、添加修改文件、提交更改及推送至远程仓库等基本流程。
http://blog.youkuaiyun.com/lvkelly/article/details/54668378
总结 1、git bash;然后切换到项目根目录
2、git status(查看项目修改情况)
3、git add file,file 为修改文件名(文件夹/文件名)
4、git commit -m“修改”,引号里面是提交信息(备注信息)
5、git push
ps:修改文件之前一定要执行git clone
转载于:https://www.cnblogs.com/pcx105/p/7778198.html

被折叠的 条评论
为什么被折叠?