30 ms·
I have been using a small tool I made to hide the time information in my git commits: https://github.com/SmartHypercube/git-date-truncate https://github.com/Sma
by SmartHypercube 2y ago
I have been using a small tool I made to hide the time information in my git commits: https://github.com/SmartHypercube/git-date-truncate https://github.com/SmartHypercube/git-date-truncate
It not only sets the timezone to UTC, but also sets the time to 00:00. So my commits will only have date information. I think only saving the date permanently in the git commit is good enough. No need to leak the precise time I made commits.