
glab
List of commands for glab:
-
glab:tldr:0bdbd glab: Create a new issue.$ glab issue createtry on your machineexplain this command
-
glab:tldr:559fc glab: View a pull request in the default web browser.$ glab mr view --web ${pr_number}try on your machineexplain this command
-
glab:tldr:87550 glab: View and filter the open issues of the current repository.$ glab issue listtry on your machineexplain this command
-
glab:tldr:88832 glab: Check out a specific pull request locally.$ glab mr checkout ${pr_number}try on your machineexplain this command