Skip to content

Commit 236a922

Browse files
committed
Add merge request to time tracking docs
1 parent 87fdaad commit 236a922

File tree

1 file changed

+10
-1
lines changed

1 file changed

+10
-1
lines changed

readme.md

Lines changed: 10 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ issue or merge request and automagically keeps everything in sync with your loca
105105
Did you forgot to stop time monitoring locally and accidentally synced it to GitLab?
106106
No 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
111111
gtt start "kriskbx/example-project" 15
@@ -114,6 +114,15 @@ gtt start 15
114114

115115
If 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

0 commit comments

Comments
 (0)