Add only changed files to stage for git checkout

Use the command

git add -u

to add only the changes file to the commit. No file deletions or additions are added to the stage.