Git CMD - rm: Remove files from the working tree and from the index

命令格式 git rm [-f | --force] [-n] [-r] [--cached] [--ignore-unmatch] [--quiet] [--] <file>…​html   命令參數 -f, --force   強制刪除。git -r   遞歸刪除目錄及其內容。post -- cached   從暫存區移除文件,再也不跟蹤文件,工做區的文件仍保留下來。ui -q, --quit
相關文章
相關標籤/搜索