What would happen if you ran the git reset testfile.js command?
git reset testfile.js
testfile.js would be removed from the stage/index area, if present.
testfile.js would be reverted to its last saved copy.
testfile.js would be reset to its first saved state.
testfile.js would be reverted to a blank file.