Skip to content

Instantly share code, notes, and snippets.

@omega-takai
Last active April 27, 2023 13:02
Show Gist options
  • Save omega-takai/86cc79522e2068be1ccb05b76fec0f16 to your computer and use it in GitHub Desktop.
Save omega-takai/86cc79522e2068be1ccb05b76fec0f16 to your computer and use it in GitHub Desktop.

ファイルの作成日を確認する

$ git log --reverse --date=short -- {file/to/path}

ファイルの最終更新日を確認する

$ git log -1 --date=short -- {file/to/path}

Refs

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment