Re: [git-users] compare the two branch and only output the content with the "changed files"

2013-05-25 Thread William Seiti Mizuta
You can use the diff command with the option name-only: git diff branch1 branch2 --name-only William Seiti Mizuta @williammizuta Caelum | Ensino e Inovação www.caelum.com.br On Sat, May 25, 2013 at 1:56 PM, lei yang wrote: > Hi experts, > > I know we can use > > git log branch1 branch2 --nam

[git-users] compare the two branch and only output the content with the "changed files"

2013-05-25 Thread lei yang
Hi experts, I know we can use git log branch1 branch2 --name-status to get the changed file plus the commit message but if I only want to get the changed files, how could i do Thanks Lei -- You received this message because you are subscribed to the Google Groups "Git for human beings" grou