
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 listtry on your machineexplain this command
-
gh-alias:tldr:56d24 gh-alias: Delete a command shortcut.$ gh alias delete ${alias_name}try on your machineexplain this command
-
gh-alias:tldr:6780d gh-alias: Display the subcommand help.$ gh aliastry on your machineexplain 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 machineexplain this command
-
gh-alias:tldr:8539c gh-alias: Create a `gh` subcommand alias.$ gh alias set ${pv} '${pr view}'try on your machineexplain this command