How to show only the modified file names and exclude the deleted ones?
I used the following code to get the changed file name list.
git show --pretty="format:" --name-only
However, the result will include all the file names. As I only want the
modified ones , is there a way to exclude the deleted ones?
No comments:
Post a Comment