glab-repo - Man Page
Work with GitLab repositories and projects.
Examples (TL;DR)
- 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
- Clone a repository:
glab repo clone owner/repository
- Fork and clone a repository:
glab repo fork owner/repository --clone
- View a repository in the default web browser:
glab repo view owner/repository --web
- Search some repositories in the GitLab instance:
glab repo search -s search_string
Synopsis
glab repo [flags]
Description
Work with GitLab repositories and projects.
Options Inherited from Parent Commands
--help[=false] Show help for this command.
See Also
glab(1), glab-repo-archive(1), glab-repo-clone(1), glab-repo-contributors(1), glab-repo-create(1), glab-repo-delete(1), glab-repo-fork(1), glab-repo-list(1), glab-repo-mirror(1), glab-repo-search(1), glab-repo-transfer(1), glab-repo-view(1)
Referenced By
glab(1), glab-repo-archive(1), glab-repo-clone(1), glab-repo-contributors(1), glab-repo-create(1), glab-repo-delete(1), glab-repo-fork(1), glab-repo-list(1), glab-repo-mirror(1), glab-repo-search(1), glab-repo-transfer(1), glab-repo-view(1).
Oct 2024 Auto generated by spf13/cobra