문제

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.

도움이 되었습니까?

해결책

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

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top