up vote 1 down vote favorite

I want to get a list of the most recently added files using git. Is there any sane way to do this?

flag

40% accept rate

1 Answer

up vote 2 down vote accepted

"git whatchanged --diff-filter=A" will show commits that added files, and the files they added, newest first.

link|flag

Your Answer

get an OpenID
or
never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.