how do i identify files/directories that were added or removed in a git commit?

前端 未结 2 836
傲寒
傲寒 2021-02-18 18:43

I need to write a script that incrementally keeps track of files and directories added and removed from a git repo.

I have tried to use:

git log -n1 --         


        
2条回答
提交回复
热议问题