Using Github CLI
Maybe it’s faster, lets see
- tags
- github
- git
- gh
Contents
First install:
|
|
Login
|
|
This takes you through a web login flow so your computer is authorized.
|
|
github.com ✓ Logged in to github.com account wschenk (keyring) - Active account: true - Git operations protocol: https - Token: gho_************************************ - Token scopes: 'gist', 'read:org', 'repo', 'workflow'
Create a repo
|
|
This will walk you through the options of creating a repo.
Setting description
|
|
Open it up
So far this is my most used command:
|
|
Workflows
|
|
|
|
|
|
Publishing a site on gh pages
|
|
Once you are there, click on the settings, and then Pages
on the left navigation. If that works, then you can select
deploy from branch main
if you doing a static site that you
build locally.
Setting up a domain
If you want to have everything on a domain, you first need to get the domain and figure out where you want to host the records.
If you are setting up the main "apex" domain, these are the IP addresses you point the A records to
|
|
Previously