Git Bash here ,并处理了一个附加命令。
Git Bash here
git clean -xdf --dry-run
到目前为止,我所做的是在regedit中添加一个带有后缀的额外条目 -c <command> ,但它不起作用。窗户弹出并立即关闭。
-c <command>
以下命令可以工作,但它不使用 git bash . 它使用内部命令提示符:
git bash
cmd.exe /C "git clean -xdf --dry-run -i"