gh repo
Work with GitHub repositories on the command-line.
=> More information.
- Create a new repository (if the repository name is not set, the default name will be the name of the current directory):
gh repo create {name}
gh repo clone {owner}/{repository}
- Fork and clone a repository:
gh repo fork {owner}/{repository} --clone
- View a repository in the web browser:
gh repo view {repository} --web
- List repositories owned by a specific user or organization (if the owner is not set, the default owner will be the currently logged in user):
gh repo list {owner}
- List only non-forks repositories:
gh repo list {owner} --non-forks
- List repositories with a specific primary coding language:
gh repo list {owner} --language {language_name}
Copyright © 2014—present the tldr-pages team and contributors.
This work is licensed under the Creative Commons Attribution 4.0 International License (CC-BY).
=> CC-BY
Proxy Information
- Original URL
- gemini://freeshell.de/tldr/gh-repo.gmi
- Status Code
- Success (20)
- Meta
text/gemini;lang=en-GB
- Capsule Response Time
- 104.016828 milliseconds
- Gemini-to-HTML Time
- 0.286609 milliseconds
This content has been proxied by September (ba2dc).