Error - "The operation encountered an unexpected error. Check the node log file" when committing changes for a global application to source control (GIT)DescriptionIn Paris, committing few changes for a global application to source control fails when there are unselected choice set type files in "Removed" state.Steps to Reproduce 1. On a Paris instance, create the below system propertyName: sn_g_app_creater.allow_globalType: true | falseValue: true2. Open Studio and create a new Global application3. From the header, select "File > Add Existing Files"4. On the Add Existing Files popup, select search by as "Name" and enter "choice" in the text box and click Continue.5. Select any Choice Set type file on the list and click Add.6. Link the application to a source control repository (eg: GIT). The application should be committed to the repo.7. Open the application in Studio8. From the header, select "File >Remove Files"9. Select the choice set type file (from Step 5) and click Remove.10. Create any application file in the app (eg: script include).11. From the header, select "Source Control > Commit Changes".12. Select only the application file created in Step 10 and unselect the choice set type file removed in Step 9 and click Continue.13. Enter a Commit comment and click "Commit Files"Result:The commit fails with error - "The operation encountered an unexpected error. Check the node log file". WorkaroundWhen selecting application files to commit to source control, include all choice set type files in "Removed" state as well.Related Problem: PRB1435668