To add a file for source
control, you can do the following: Right click the file you want to add and select
+ Stage Changes.
Figure 1. Add New File for Source Control

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