Forrest logo
back to context overview

glab

List of commands for glab:

  • glab:tldr:0bdbd glab: Create a new issue.
    $ glab issue create
    try on your machine
    explain this command
  • glab:tldr:559fc glab: View a pull request in the default web browser.
    $ glab mr view --web ${pr_number}
    try on your machine
    explain this command
  • glab:tldr:87550 glab: View and filter the open issues of the current repository.
    $ glab issue list
    try on your machine
    explain this command
  • glab:tldr:88832 glab: Check out a specific pull request locally.
    $ glab mr checkout ${pr_number}
    try on your machine
    explain this command
back to context overview