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 中查看当前目录中的文件。例如,在 linux dir命令中显示当前目录中的文件。git中有这样的命令吗?谢谢
您可以使用git ls-files查看 git 中包含的所有文件。仅对于当前目录,使用ls.
git ls-files
ls