glab-repo: add page (#7558)

feature/windows-fix-syntax-2
Antoine Amara 2021-12-29 18:50:26 +01:00 committed by GitHub
parent f9b662115a
commit 5359517412
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 24 additions and 0 deletions

24
pages/common/glab-repo.md Normal file
View File

@ -0,0 +1,24 @@
# glab repo
> Work with GitLab repositories on the command-line.
> More information: <https://glab.readthedocs.io/en/latest/repo/index.html#synopsis>.
- 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 web browser:
`glab repo view {{owner}}/{{repository}} --web`
- Search some repositories in the GitLab instance:
`glab repo search -s {{search_string}}`