File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed
Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -105,7 +105,7 @@ issue or merge request and automagically keeps everything in sync with your loca
105105Did you forgot to stop time monitoring locally and accidentally synced it to GitLab?
106106No worries, just edit the local record and run sync again.
107107
108- ** Start local time monitoring for the given project and id:**
108+ ** Start local time monitoring for the given project and issue id:**
109109
110110``` shell
111111gtt start " kriskbx/example-project" 15
@@ -114,6 +114,15 @@ gtt start 15
114114
115115If you configured a project in your config you can omit the project.
116116
117+ ** Start local time monitoring for a merge request:**
118+
119+ ``` shell
120+ gtt start --type=merge_request " kriskbx/example-project" 15
121+ gtt start --type=merge_request 15
122+ ```
123+
124+ If you configured a project in your config you can omit the project.
125+
117126** Show the current time monitoring status:**
118127
119128``` shell
You can’t perform that action at this time.
0 commit comments