mirror of
https://gitea.com/mcereda/oam.git
synced 2026-02-08 21:34:25 +00:00
fix(gitlab/glab): correct commands
This commit is contained in:
@@ -51,12 +51,15 @@ glab config set 'editor' 'vim'
|
|||||||
glab config set 'token' 'xxxxx' -h 'gitlab.com'
|
glab config set 'token' 'xxxxx' -h 'gitlab.com'
|
||||||
glab config set 'check_update' 'false' --global
|
glab config set 'check_update' 'false' --global
|
||||||
|
|
||||||
|
# Get repositories' information.
|
||||||
|
glab repo view 'someGroup/someRepo' -F 'json'
|
||||||
|
|
||||||
# Clone repositories.
|
# Clone repositories.
|
||||||
glab repo clone 'someGroup/someRepo'
|
glab repo clone 'someGroup/someRepo'
|
||||||
|
|
||||||
# List issues.
|
# List issues.
|
||||||
glab issues list
|
glab issue list
|
||||||
glab issues list --repo 'someGroup/someNamespace/someRepo'
|
glab issue list --repo 'someGroup/someNamespace/someRepo'
|
||||||
|
|
||||||
# List Merge Requests.
|
# List Merge Requests.
|
||||||
glab mr list
|
glab mr list
|
||||||
|
|||||||
Reference in New Issue
Block a user