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

Github pushing from linux

Whenever you made a change, first check the git status if you made it. If you did, then then stage the commit

then just push

ok lets redownload from github to see if the always center patch is ok

yess it does!