#008 git add -p

Adding files to commit interactively

To commit just a small part of the changes you made use git add -p and continue choosing which parts you want to commit

Command Description
add Command to add one or more files to staging the staging area
-p Flag to interactively choose specific changes to commit