IAC - Version Control
GITHUB
GITHUB
  • Background
  • Setting up GitHub
  • Windows
    • Working with a cloned repo
    • Populating a repo from local files
    • Integrate VSCode
  • Linux
    • Using SSH
    • GH Command Line
  • The Basics
    • Forks
    • Logs
    • Undoing Local Changes
  • Larger Projects
    • Setting up a repo
    • Creating my Branch Architecture Locally
    • Creating a Feature Branch
    • Creating my Branch Architecture on GitHub
    • Merging the changes from GitHub on my local machine
    • Merging the changes from my local machine to GitHub
    • Sync the branches in GitHub
  • Finally
Powered by GitBook
On this page
  1. Linux

GH Command Line

PreviousUsing SSHNextThe Basics

Last updated 6 months ago

Some time ago, the ability to authenticate at the command line with a username and password, was deprecated. If you are using a system with a web browser, you can use it to authenticate and obtain a token.

From c. 2019, for work at the command, the GH CLI tool began to emerge.

Take a look and install on a server/headless system.

here