CompTIA Linux+ XK0-005 Practice Question
A team member has made several updates to files in a local Git repository. To prepare for the next commit, the team member wants to stage a specific file called update.txt
that has been modified along with various other files. Which command should the team member use to stage only the changes in update.txt
?
git commit update.txt
git add .
git add update.txt
git push update.txt