Forrest logo
back to context overview

gh-repo

List of commands for gh-repo:

  • gh-repo:tldr:0843e gh-repo: Fork and clone a repository.
    $ gh repo fork ${owner}/${repository} --clone
    try on your machine
    explain this command
  • gh-repo:tldr:6d9de gh-repo: 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}
    try on your machine
    explain this command
  • gh-repo:tldr:dfa87 gh-repo: View a repository in the default web browser.
    $ gh repo view ${repository} --web
    try on your machine
    explain this command
  • gh-repo:tldr:e0ed6 gh-repo: 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}
    try on your machine
    explain this command
  • gh-repo:tldr:fc8d3 gh-repo: List only non-forks repositories.
    $ gh repo list ${owner} --non-forks
    try on your machine
    explain this command
back to context overview