GNU/Linux Desktop Survival Guide
by Graham Williams |
|||||
Git Installation |
The git package provides the git command which is the workhorse for interacting with a git repository. Github has additional functionality to manage the repository, like creating pull requests. The gh package (the github command line interface) supports these other commands for managing the repository. This package provides an increasing number of the operations that had previously required access via a browser to github. It requires the addition of a repo for the latest official versions.
$ wajig addkey C99B11DEB97541F0 $ wajig addrepo https://cli.github.com/packages $ wajig install gh |