To commit the change, you can
do either of the following:
Input the commit message and press Ctrl + Enter after you select the git view.
Figure 1. Git View

This GUI is equivalent to the following command:
git commit -m <commit message>