Search posts, tags, users, and pages
Nick | BetterWays.dev
Full-stack polyglot and sysadmin, 25+ years in tech | Writing, building, and breaking things
I recently needed to keep the exact file modification times as a part of a git repository. Since git doesn't support such functionality out of the box, I used a simple combination of find and touch commands as a part of the pre-commit hook. Here are ...
No responses yet.