Staging area

If files inside a Git repository have changes in comparison to the latest commit they are not automatically added to the next commit. Before this can be done the files with changes need to be added to the staging area. This can be done with the following command:

git add {file-name or glob-pattern}