Source Control Integration and Selective Commit | Committing changes from Studio to GitHub causes unexpected number of files to changeSummaryGit will detect the changes that can occur in metadata between instances (or branches) even though they are not "different" from a user level. The known platform payload discrepancies are the following: sys_ids of records being source controlled differ from instance to instance due to coalescing (for example a sys_db_object which gets generated as part of the bootstrap batching process during loading of the application)sys_ids of records being referenced differ from instance to instance due to coalescing (a reference field to a sys_db_object that has a different sys_id)Display values of referenced records change (for example - updating a catalog item name that a catalog variable references)Coalesce keys of referenced records change (for example - changing the View name of a ui list view) Any file impacted from these and do not contain a sys_update_xml will be bundled as part of the commit.