git pull //拉取代码
git status //查看代码变更情况
git add . //变更代码文件加索引
git commit -m '备注' //提交变更
git push // 提交代码到远程仓库
本文标题:git常用命令
本文链接:https://www.haomeiwen.com/subject/nufwottx.html
网友评论