Show HN: Refactored – personal time tracker with Git
a year ago
- #git
- #automation
- #time-tracking
- Git hooks to automatically track time spent in feature development.
- Automatically adds time tracking commit messages when merging a feature branch.
- Time data can be used to infer entropy in process/code.
- Example commit message includes time spent on the feature branch.
- Hooks can be installed manually or via a Makefile.
- Makefile automates downloading and setting up hooks from a GitHub repository.
- Refactored to include time data in merge commit messages for cleaner implementation.