Standard site owned by the greedy dogs at Microsoft

Importing Git to your vs code

  1. Open a folder you use to store and edit the git repository
  2. Open VS code terminal
  3. Type: git clone git@github.com:user/repo.git (find this link from repo > code > SSH)

Note that now github requires SSH Keys to log in

Signing In Via Command Line

  1. yay -S github-cli
  2. gh auth login