Make Changes
Make changes to your repo.
1. Adding files to the staging
git add .
-adds all files to the staging area.
2. Committing
Last updated
git add .
-adds all files to the staging area.
Last updated