github更新repo基本命令
2019-03-06 本文已影响0人
TFprime
更新repo
本地更改过文件之后,通过terminal更新github的repo的命令
首先要在repo的首级文件夹中!再执行以下命令!
git add .
git -m commit "Whatever you want to say about this change"
git push
本地更改过文件之后,通过terminal更新github的repo的命令
首先要在repo的首级文件夹中!再执行以下命令!
git add .
git -m commit "Whatever you want to say about this change"
git push