代码之家  ›  专栏  ›  技术社区  ›  Dominic Jonas

吉特-bash.exe使用自定义命令在上下文菜单中

  •  1
  • Dominic Jonas  · 技术社区  · 6 年前

    Git Bash here ,并处理了一个附加命令。

    git clean -xdf --dry-run

    到目前为止,我所做的是在regedit中添加一个带有后缀的额外条目 -c <command> ,但它不起作用。窗户弹出并立即关闭。

    enter image description here

    enter image description here

    enter image description here

    1 回复  |  直到 6 年前
        1
  •  0
  •   Dominic Jonas    6 年前

    以下命令可以工作,但它不使用 git bash . 它使用内部命令提示符:

    cmd.exe /C "git clean -xdf --dry-run -i"