git pull- Change directories in your Command Prompt or Terminal application
cd \Users\blucci\Desktop\piv- See changed files (they should show up as red)
git status- Add all locally changed files to the staging area
git add *- Commit this set of file changes with a message describing the changes made
git commit -m "<a description of the changes>"- Push the new commits to your remote repository
git push