git移除遠程倉庫某個文件夾

好比bin文件夾git it rm -r -n --cached "bin/" //-n:加上這個參數,執行命令時,是不會刪除任何文件,而是展現此命令要刪除的文件列表預覽。 git rm -r --cached "bin/" //最終執行命令. git commit -m" remove bin folder all file out of control" //提交 git
相關文章
相關標籤/搜索