I would like to get a context menu entry like Git Bash here
, with an additional command processed.
The command I want to call is git clean -xdf --dry-run
What I have done so far is to add an extra entry in the regedit with the suffix -c <command>
, but it is not working. The windows pops up and closes immediately.