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
**Note** - to enable time tracking for a Git repository, you need to initialize it with `gtm init` otherwise it will be ignored by GTM. This is done via the command line.
19
19
```
20
20
> cd /path/to/your/project
21
21
> gtm init
22
22
```
23
+
24
+
Consult the [README](https://github.com/git-time-metric/gtm/blob/master/README.md) and [Wiki](https://github.com/git-time-metric/gtm/wiki) for more information.
25
+
23
26
# Features
24
27
25
28
### Status Bar
@@ -53,8 +56,6 @@ autocmd User AirlineAfterInit call AirlineInit()
53
56
54
57
**Note** - the time shown is based on the file's path and the Git repository it belongs to. You can have several files open that belong to different Git repositories. The status bar will display the time for the current file's Git repository. Also keep in mind, a Git repository must be initialized for time tracking in order to track time.
55
58
56
-
Consult the [README](https://github.com/git-time-metric/gtm/blob/master/README.md) and [Wiki](https://github.com/git-time-metric/gtm/wiki) for more information.
57
-
58
59
### Command Line Interface
59
60
60
61
Use the command line to report on time logged for your commits.
0 commit comments