Forrest logo
back to context overview

gh-alias

List of commands for gh-alias:

  • gh-alias:tldr:2c789 gh-alias: List all the aliases `gh` is configured to use.
    $ gh alias list
    try on your machine
    explain this command
  • gh-alias:tldr:56d24 gh-alias: Delete a command shortcut.
    $ gh alias delete ${alias_name}
    try on your machine
    explain this command
  • gh-alias:tldr:6780d gh-alias: Display the subcommand help.
    $ gh alias
    try on your machine
    explain this command
  • gh-alias:tldr:85253 gh-alias: Set a shell command as a `gh` subcommand.
    $ gh alias set --shell ${alias_name} ${command}
    try on your machine
    explain this command
  • gh-alias:tldr:8539c gh-alias: Create a `gh` subcommand alias.
    $ gh alias set ${pv} '${pr view}'
    try on your machine
    explain this command
back to context overview