我正在尝试制作一个 shell.sh,当使用 bash 运行时,它基本上只会运行命令:git ls-files -o -i --exclude-standard
从基本 repo 目录运行时效果很好,但是当我将当前目录更改为 *repo/folder 并从那里运行它时,没有输出。
so: \
*repo/git ls-files -o -i --exclude-standard -- good \
*repo/folder/git ls-files -o -i --exclude-standard -- no bueno
有谁知道它为什么这样做以及如何补救?谢谢