How would this work? You'd reference deliverables in individual commits? And maybe add time in the commit too? E.g:
git commit -a -m "Added delete confirmation [t:20]"
Would add 20 minutes to a matching deliverable name (the project would be derived from the repo).
How would this work? You'd reference deliverables in individual commits? And maybe add time in the commit too? E.g:
git commit -a -m "Added delete confirmation [t:20]"
Would add 20 minutes to a matching deliverable name (the project would be derived from the repo).