Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 185 Bytes

LICENSE.md

File metadata and controls

9 lines (6 loc) · 185 Bytes

5. Push Any Updates

As you make changes to your project, remember to commit and push the updates to GitHub:

git add .
git commit -m "Description of changes"
git push