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 '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
|
||||
|
||||
Reference in New Issue
Block a user