- 添加文件
$ git add blash
$ git commit "add blash file"
$ git push -u origin master
- 刪除文件
$ git rm blash
$ git push origin master
-f 把文件本身也刪除了
--cache 文件保留,但從new file中剔除
注意:git add . 空文件將被忽略
$ git add blash
$ git commit "add blash file"
$ git push -u origin master
$ git rm blash
$ git push origin master
-f 把文件本身也刪除了
--cache 文件保留,但從new file中剔除
注意:git add . 空文件將被忽略
本站轉載的文章為個人學習借鑒使用,本站對版權不負任何法律責任。如果侵犯了您的隱私權益,請聯系本站郵箱yoyou2525@163.com刪除。