Options (3)
-c, --clonebooleanFork and clone a repository
Example:
glab repo fork {{owner}}/{{repository}} {{[-c|--clone]}}-w, --webbooleanView a repository in the default web browser
Example:
glab repo view {{owner}}/{{repository}} {{[-w|--web]}}-s, --searchbooleanSearch some repositories in the GitLab instance
Example:
glab repo search {{[-s|--search]}} {{search_string}}Examples (5)
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 nameClone a repository
glab repo clone owner/repositoryFork and clone a repository
glab repo fork owner/repository [-c|--clone]Search some repositories in the GitLab instance
glab repo search [-s|--search] search_stringmade by @shridhargupta | data from tldr-pages