View My GitHub Profile
Notes to self - Code to commit from terminal
git pull origin main git add . git commit -m 'your commit message' git push -u origin main