Posts tagged with 'github'

Back to all tags ←

Installing the GitHub CLI on Windows 10 ARM

3 minute read

Currently the GitHub CLI has no supported release for Windows ARM. This guide shows the necessary steps to build and install the GitHub CLI on a computer running Windows 10 ARM like the Surface PRO X.

Quickly cloning all your repositories from GitHub

4 minute read

GitHub exposes most of its functionalities via its CLI, including a raw access to the API. This can be used to query all owned repositories and use the result to automatically clone them.

Back to Top ↑