Get timetracking report by logging Git workingcopy branch occupancy

93 views Asked by At

I was wondering if there exist a script (python, or other runnable on windows) that checks every say 1 minute which branch is currently checked out in a git working copy.

That way it would be possible to estimate the time required for each ticket/branch to get a time-tracking report.

1

There are 1 answers

0
schoetbi On BEST ANSWER

My answer to this is an implementation in Python: https://github.com/schoetbi/gitwatch