Skip to content

GitHub CLI

Endi S. Dewata edited this page Jul 22, 2026 · 2 revisions

Overview

GitHub repositories can be managed using GitHub CLI. On Fedora the CLI is available from the gh package.

Setting Default Repository

$ gh repo set-default

Setting Variable

$ gh variable set <variable> -b <value> -R <owner>/<project>

Removing Variable

$ gh variable delete <variable> -R <owner>/<project>

Clone this wiki locally