To connect your pc to github 1. Download and install github on yor pc 2. Run ( git config --global user.name "michael2503" ) on your git bash to connect to your github account. 3. Run ( git config --global user.email "michael@gmail.com" ) on your git bash to connect to your github account. 4. Run ( cd ~/.ssh && ssh-keygen ) on gitbash to generate key 5. Run ( cat id_rsa.pub | clip ) on gitbash to save it. 6. Go to your .ssh folder and open the .pub file, copy the code and login to your github account -- settings -- ssh and gpg key then click the button to add new ssh key We’ve all been there as customers: Painstakingly inputting all of our personal dataoften redundantly, from one form to the next — all in a desperate bid to get the product or service we need. Not only is this frustrating for customers, it’s also frustrating for you as a business, as there are often manual, redundant processes rife with errors. git init git add . git commit -m "commit name will be here" git branch -M main git remote add origin git@github.com:michael2503/newclub10.git git push -u origin main $ git remote remove origin Continue with the last 2 steps provided on GitHub repo page... $ git remote add origin git@github.com:USERNAME/REPONAME.git $ git push -u origin master 57: $2y$10$RKTgc/FTUGc52BakU2e.Rel0jzEHF4IKiYa3R8h5wvCPDwEVQ05Di