git -> show list of files changed in recent commits in a specific directory

后端 未结 5 1436
梦毁少年i
梦毁少年i 2020-12-12 16:10

In Subversion svn log is the command to display commit log messages -- for details see the online manual at http://svnbook.red-bean.com/en/1.7/svn.ref.svn.c.log

5条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-12 16:28

    git show $commitId$ --name-only

    It will result in the files which are changed during this commit

提交回复
热议问题