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
+
```
20
+
> cd /path/to/your/project
21
+
> gtm init
22
+
23
+
```
24
+
18
25
# Features
19
26
20
27
### Status Bar
@@ -46,11 +53,11 @@ endfunction
46
53
autocmd User AirlineAfterInit call AirlineInit()
47
54
```
48
55
49
-
*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.
56
+
**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.
50
57
51
58
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.
52
59
53
-
### Command Line Inteface
60
+
### Command Line Interface
54
61
55
62
Use the command line to report on time logged for your commits.
56
63
@@ -100,4 +107,8 @@ Tue Jun 28 ** 1h 36m 0s
100
107
6h 58m 0s
101
108
```
102
109
110
+
# Support
111
+
112
+
To report a bug, please submit an issue on the [GitHub Page](https://github.com/git-time-metric/gtm-vim-plugin/issues)
113
+
103
114
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.
0 commit comments