glab Command Examples

Work seamlessly with GitLab. Some subcommands such as glab config have their own usage documentation. More information: https://github.com/profclems/glab.

glab repo clone {{owner}}/{{repository}}

glab issue create

glab issue list

glab issue view --web {{issue_number}}

glab mr create

glab mr view --web {{pr_number}}

glab mr checkout {{pr_number}}