To add a file for source control, you can do the following: Right click the file you want
to add and select + Stage Changes.

This GUI is equivalent to the following git command.
git add <file name>
This GUI is equivalent to the following git command.
git add <file name>