
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 machineexplain this command
-
glab-repo:tldr:4f850 glab-repo: Search some repositories in the GitLab instance.$ glab repo search -s ${search_string}try on your machineexplain this command
-
glab-repo:tldr:663d9 glab-repo: Clone a repository.$ glab repo clone ${owner}/${repository}try on your machineexplain this command
-
glab-repo:tldr:76b08 glab-repo: View a repository in the default web browser.$ glab repo view ${owner}/${repository} --webtry on your machineexplain this command
-
glab-repo:tldr:fa27d glab-repo: Fork and clone a repository.$ glab repo fork ${owner}/${repository} --clonetry on your machineexplain this command