Last modification date of a file
Shows the date of the last commit that modified this file:
git log -1 --pretty="format:%ci" path/to/file
See PRETTY FORMATS
in git-log(1)
for all available formats.
Shows the date of the last commit that modified this file:
git log -1 --pretty="format:%ci" path/to/file
See PRETTY FORMATS
in git-log(1)
for all available formats.