For anything augmenting Git I either build an alias for one-liners, or save it into a file titled git-<action> in PATH which lets me do git <action> like any other git subcommand. You should try that! git clean-safely is probably easier and quicker to type than git_clean_untracked_safely :D
For anything augmenting Git I either build an alias for one-liners, or save it into a file titled
git-<action>in PATH which lets me dogit <action>like any other git subcommand. You should try that!git clean-safelyis probably easier and quicker to type thangit_clean_untracked_safely:DTotally agree! I'm really into three-letter aliases so this command is for me
gcl:)