git print filename and last updated date -
is there git command show :
filename last_updated
the closest came :
git log --format=format:'%ci' --name-only
but need processing , parsing want.
thanks xcorsx... point me right direction :
find ./ -type f -printf "%h/%f %ty-%tm-%td\n"
git last-modified
No comments:
Post a Comment