on git if after a git status I have:
Changes to be commited:
modified: index.html
Changes not staged for commit:
modified: myScripts.js
Which command should be executed to remove all files from the staging area and also modify the working directory to match the most recent commit?