fix(gitlab/glab): correct commands

This commit is contained in:
Michele Cereda
2026-02-01 01:17:47 +01:00
parent 2752e693e9
commit bf54b16e34

View File

@@ -51,12 +51,15 @@ glab config set 'editor' 'vim'
glab config set 'token' 'xxxxx' -h 'gitlab.com'
glab config set 'check_update' 'false' --global
# Get repositories' information.
glab repo view 'someGroup/someRepo' -F 'json'
# Clone repositories.
glab repo clone 'someGroup/someRepo'
# List issues.
glab issues list
glab issues list --repo 'someGroup/someNamespace/someRepo'
glab issue list
glab issue list --repo 'someGroup/someNamespace/someRepo'
# List Merge Requests.
glab mr list