how-to-push

git init
git add .
git commit -m "First commit"
git branch -M main
git remote add origin git@github.com:lakekimhandsome/[REPO_NAME].git
git push -u origin main