关于Coding的一些Git命令

git clone              //将代码仓库克隆到本地
git pull               //更新仓库
git log                 //查看日志
git status             //查看当前状态
git add                 //添加修改
git commit             //提交修改
git commit -m ""      //填写修改说明
git push              //将修改上传到服务器

猜你喜欢

转载自www.cnblogs.com/friend-A/p/9240092.html
今日推荐