-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[feature request] track git branch #8
Comments
That sounds like a great idea, I'll give it a try and add this feature. |
I agree this would be an incredible addition! Codetime is absolutely goated. |
We have successfully implemented a basic feature to track git branches. https://codetime.dev/en/dashboard/workspace However, there are still many tasks to be completed. I have come to the realization that distinguishing projects based on workspace (folder name) is not ideal. A better approach would be to identify git origin URLs to merge code time directed to the same repository. Furthermore, the records before the launch of this feature cannot be updated and will currently show as “Unknown.” But I think it is possible to calculate previous code time by reading git logs. We will continue to make updates to the relevant features. |
Fantastic! I look forward the project by git origin feature to be introduced. |
Thank you for this great add on!
I would like to see time spent on branches within a repository/project - I typically do one branch per feature/fix, so this would enable me to account for time at the task level which would be enormously beneficial.
The text was updated successfully, but these errors were encountered: