On Sat, Jul 12, 2014 at 10:02:55PM -0700, sunny neo wrote: > Hi I want to get the set of file changed after the last push. > How can i do that. > any help
Use `diff-tree`. For instance, to see what has changed between
`origin/master` and your own `HEAD`:
git diff-tree --no-commit-id --name-only -r origin/master HEAD
/M
--
Magnus Therning OpenPGP: 0xAB4DFBA4
email: [email protected] jabber: [email protected]
twitter: magthe http://therning.org/magnus
I invented the term Object-Oriented, and I can tell you I did not have
C++ in mind.
-- Alan Kay
pgpmyMVL1Ty23.pgp
Description: PGP signature
