How do I add time to my commit messages for GitHub?
Add time to your commit message by adding f: followed by the amount of time you’d like to log. For example, f:5m will log 5 minutes, so will f:5, f:1 will log an hour, f:1h will also log an hour, and so on. The f:xx syntax offers the same smart time parsing features as the Quick Entry box. Here’s a detailed breakdown of how you can specify time: • m, min, mins, minute, minutes – Sets the time in minutes (e.g. 15m) • h, hr, hrs, hour, hours – Sets the time in hours (e.g. 1h) • d, day, days – Sets the time in working days (e.g. 1d would be 8 hours) • 4 – Sets the time in hours • 4,15 4.15 4:15 – Sets the time in hours and minutes The rest of your message will be used to create tags and description. The syntax is exactly the same as the TAGS/DESCRIPTION field in the Quick Entry. For example: tag 1, tag2, here’s a longer description f:1.5h The f:xx part will not show up as part of the description in Freckle.