October 2020
Intermediate to advanced
358 pages
8h 39m
English
Several chapters include commands for accessing and modifying Git repositories on the GitHub public website. You don’t need to install any GitHub client, but you’ll need to make sure you have support for command-line level SSH and have generated a private/public key pair that will be used when you read and write data to GitHub from the command line on your local machine.
GitHub Account | |
|---|---|
|
|
You’ll need to have a GitHub account and password to use this website. |
In order to interact with the Git engine on the GitHub website, you’ll need an SSH certificate on your machine. This is how the GitHub server ...