git ls-files
没有提供这样做的方法,所以我想出了这个:
git ls-files; git status --porcelain | grep ^?? | cut -d' ' -f2
但我想知道是否有一个 git native 可以做到这一点以使其可移植?
git ls-files
没有提供这样做的方法,所以我想出了这个:
git ls-files; git status --porcelain | grep ^?? | cut -d' ' -f2
但我想知道是否有一个 git native 可以做到这一点以使其可移植?