You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
### Simple, seamless, lightweight time tracking for all your git projects
3
3
4
-
GTM, or GIT Time Metrics, is a utility that tracks activity on files that are part of a GIT repository
5
-
and aggregates that activity into useful time information. It tracks this time through the use of editor
6
-
plugins and by using GIT post-commit hooks. These timings and data are stored in the local GIT repo in GIT notes.
7
-
This plugin will track this data for projects that are edited with the Sublime 3 editor.
4
+
Git Time Metrics (GTM) is a tool to automatically track time spent reading and working on code that you store in a Git repository. By installing GTM and using supported plug-ins for your favorite editors, you can immediately realize better insight into how you are spending your time and on what files.
5
+
6
+
### Installation
7
+
8
+
Use [Package Control](https://packagecontrol.io)
9
+
10
+
This package only supports Sublime Text 3.
11
+
12
+
Checkout the main [GTM repository](https://github.com/git-time-metric/gtm) for more information.
0 commit comments