Add specific file(s)
git add <file>
Add specific chunk(s) of code
git add -p <file>
Committing with CLI commit message
git commit -m "<message>"