Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. Create a GitHub account

  2. Install Git

    1. Note Git is already installed on macOS

    2. Download for Windows

      1. Make sure you install Git Bash along with your installation, and leave everything else default

    3. If you’re already using Linux I bet you know what Git is

      1. For Ubuntu, run apt-get install git

      2. For Arch Linux, run pacman -S git

  3. Set up SSH tokens

    1. First, run ssh-keygen per this tutorial (just generate the ssh key, then you need to open one of the files generated in the ~/.ssh directory

      1. https://docs.google.com/presentation/d/1nP5Vv7l6QYHc8TWUuZY0myEYg0Z-PVdtihv1m5gr7Eo/edit?usp=sharing

    2. Then, add the ssh key to your GitHub account per this other tutorial

  4. View the Git 101 Presentation below if you’re not familiar with Git

...