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.
Press ← or → to navigate between chapters
Press S or / to search in the book
Press ? to show this help
Press Esc to hide this help
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.