git简易指令

196 阅读1分钟

git clone SSH的地址链接 cd clone好的文件夹名称 git checkout git add . git commit -m "add添加的内容" git push git rm "文件名称" git commit -m "rm删除的注释"