GitHub Repository - ma9y/ma9y.github.io GitHub Wiki
git init
git add --all
git commit -m "Initial commit"
After creating the new repository, run the commands from the section “…or push an existing repository from the command line.” They should look like this:
git remote add origin https://github.com/<username>/<repoName>.git
git branch -M main
git push -u origin main