...
Install Git
Note Git is already installed on macOS
Make sure you install Git Bash along with your installation, and leave everything else default
If you’re already using Linux I bet you know what Git is
For Ubuntu, run
apt-get install git
For Arch Linux, run
pacman -S git
Set up SSH tokens (This presentation might help guide)
First, run
https://docs.google.com/presentation/d/1nP5Vv7l6QYHc8TWUuZY0myEYg0Z-PVdtihv1m5gr7Eo/edit?usp=sharingssh-keygen
per this tutorial (just generate the ssh key, then you need to open one of the files generated in the ~/.ssh directory)
Then, add the ssh key to your GitHub account per this other tutorial
View the Git 101 Presentation below if you’re not familiar with Git
...