Standard site owned by the greedy dogs at Microsoft
Importing Git to your vs code
- Open a folder you use to store and edit the git repository
- Open VS code terminal
- 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
yay -S github-cli
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!