logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

Control Git Timestamps - Change File Dates | Online Free DevTools by Hexmos

Control file timestamps with git-utimes. Synchronize file modification times to commit dates, preserving local changes. Free online tool, no registration required.

git-utimes

Change files modification time to their last commit date. Does not touch files that are in the working tree or index. Part of git-extras. More information: https://github.com/tj/git-extras/blob/master/Commands.md#git-utimes.

  • Change all files modification time to their last commit date:

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

See Also