Skip to content

Commit 613481c

Browse files
authored
Update README.md
1 parent d904ad4 commit 613481c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ gitlab-cli label copy -U https://gitlab.com/<USER>/<REPO> -t <TOKEN>
3939
gitlab-cli label copy --from <repoA> -r <repoB>
4040
```
4141

42+
repoA and repoB are repository names saved in the [config file](#specifying-a-repository).
43+
4244
> Tip: For repositories on the same installation, you can specify the `--from` repo as `group/repo`, as a convenience, in which case the repository is considered on the same GitLab instance as the target repo.
4345
4446
#### Update labels that match a regex
@@ -154,4 +156,4 @@ su gitlab-psql
154156
# Note: you may need to change GITLAB_URL to point to your docker container.
155157
# 'http://docker' is for Docker beta for Windows.
156158
GITLAB_URL="http://localhost:8055" GITLAB_TOKEN="secret" go test -v ./gitlab
157-
```
159+
```

0 commit comments

Comments
 (0)