Lily the Elder

A book of spells for the discerning techcubus

git notes

Remote over ssh setup

$ git remote add origin https://github.com/techcubus/RepoName.git
$ git branch -M main
$ git push -u origin main

On Windows, running in PowerShell, for me this appeared to hang git without an error as a dialog to pick the authentication method had opened behind other windows.