>
> > I want to know which file is changed sine one commit, how could I do?
>

If you want to see which files were changed in the last commit, you can do:

git show --name-status

Generally I find --name-status and --stat a bit more helpful than 
--numstat, which is more intented to be machine readable.

You can also use them with gig log:

git log --stat


-- 
You received this message because you are subscribed to the Google Groups "Git 
for human beings" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/git-users/-/w38j-2Gxn9IJ.
To post to this group, send email to git-users@googlegroups.com.
To unsubscribe from this group, send email to 
git-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/git-users?hl=en.

Reply via email to