Forrest logo
back to context overview

git-utimes

List of commands for git-utimes:

  • git-utimes:tldr:1b738 git-utimes: Change files modification time that are newer than their last commit date, preserving original modification time of files that were committed from the local repository.
    $ git utimes --newer
    try on your machine
    explain this command
  • git-utimes:tldr:60075 git-utimes: Change all files modification time to their last commit date.
    $ git utimes
    try on your machine
    explain this command
back to context overview