- Switch to Source Control view.
- Switch to view as tree.
- Right click the component you want to add for source control and
select + Stage Changes. This action adds
all the files for this component to do source control.
- Right click the component and select - Unstage changes.This GUI is equivalent to the following git command.
git add platform/
Note: You need to select the components bound with system project together if the want to add system project for source control.