美文网首页
github更新repo基本命令

github更新repo基本命令

作者: TFprime | 来源:发表于2019-03-06 09:39 被阅读0次

更新repo

本地更改过文件之后,通过terminal更新github的repo的命令
首先要在repo的首级文件夹中!再执行以下命令!

git add .
git -m commit "Whatever you want to say about this change"
git push

相关文章

网友评论

      本文标题:github更新repo基本命令

      本文链接:https://www.haomeiwen.com/subject/nxwzuqtx.html