Setting up GitHub
Start by following the instructions on GitHub for registering a new account.
GitHub Sign Up
The next step is to create an SSH key which can be used to access your remote repository.
% ssh-keygen -t ed25519 -C "your_email@example.com"
The SSH key nee...
andrewfoster.hashnode.dev1 min read