Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
git 中是否有本地能力来区分文件权限?
我使用类似的东西git diff-index HEAD | cut -d ' ' -f '1 2 5 6',但我只想查看具有权限更改的文件。
git diff-index HEAD | cut -d ' ' -f '1 2 5 6'