Re: [git-users] how to know which file changed since one commit?

2012-07-07 Thread Thomas Ferris Nicolaisen
> > > 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 rea

Re: [git-users] how to know which file changed since one commit?

2012-07-06 Thread Aneesh Bhasin
On Jul 7, 2012 10:24 AM, "lei yang" wrote: > > Hi Experts, > > I want to know which file is changed sine one commit, how could I do? > > Thanks > Lei git diff --numstat ..HEAD -- You received this message because you are subscribed to the Google Groups "Git for human beings" group. To post to