更新repo
本地更改過文件之后,通過terminal更新github的repo的命令
首先要在repo的首級文件夾中!再執(zhí)行以下命令!
git add .
git -m commit "Whatever you want to say about this change"
git push
本地更改過文件之后,通過terminal更新github的repo的命令
首先要在repo的首級文件夾中!再執(zhí)行以下命令!
git add .
git -m commit "Whatever you want to say about this change"
git push