Deploying To Github Again
If you haven't deployed your app to GitHub yet, start at Deploying to GitHub.
Goals
Step 1: Commit any pending changes to git
Type this in the terminal:git statusType this in the terminal:git add . git commit -m "Some helpful message for your future self"
Step 2: Push changes to GitHub
Type this in the terminal:git push origin master