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
相关文章
相关标签/搜索