Forrest logo
back to context overview

glab-repo

List of commands for glab-repo:

  • glab-repo:tldr:12257 glab-repo: Create a new repository (if the repository name is not set, the default name will be the name of the current directory).
    $ glab repo create ${name}
    try on your machine
    explain this command
  • glab-repo:tldr:4f850 glab-repo: Search some repositories in the GitLab instance.
    $ glab repo search -s ${search_string}
    try on your machine
    explain this command
  • glab-repo:tldr:663d9 glab-repo: Clone a repository.
    $ glab repo clone ${owner}/${repository}
    try on your machine
    explain this command
  • glab-repo:tldr:76b08 glab-repo: View a repository in the default web browser.
    $ glab repo view ${owner}/${repository} --web
    try on your machine
    explain this command
  • glab-repo:tldr:fa27d glab-repo: Fork and clone a repository.
    $ glab repo fork ${owner}/${repository} --clone
    try on your machine
    explain this command
back to context overview