git alias 的 ! 不走 $SHELL 也不走 bash,硬编码 /bin/sh(见 run-command.c 的 prepareshellcmd),所以系统装没装 bash 不影响 #git
 
 
Back to Top