Memo Details

comiting updates on remote server
git add . = adds to current dirctory
git commit -m "text"= commit and adds a text mesage
git remote add origin <repo_URL>
git push -u origin main
git push -u origin master
Mody