Show HN: Personal Time Tracking with Git
by gerardnico on 3/31/2025, 11:18:42 AM
Instead of creating a tag, you could add the time in your commit message as a footer key following the conventional commit spec.
https://www.conventionalcommits.org/en/v1.0.0/
Ie example of commit message
fix: prevent racing of requests
Desc
Time-spend: Z
by jarbus on 3/29/2025, 11:48:44 AM
Not a git guru, but I love this.
Instead of creating a tag, you could add the time in your commit message as a footer key following the conventional commit spec.
https://www.conventionalcommits.org/en/v1.0.0/
Ie example of commit message
fix: prevent racing of requests
Desc
Time-spend: Z