Removing and adding a column with the same name and committing to SourceControl doesn't work properly with exclusive commitsDescriptionRe-adding a deleted record doesn't work properly with exclusive commits.Steps to Reproduce (All steps require an app/customization linked to Source Control (SC) Create a table and a column on branch12. Exclusive commit to SC3. Create and switch to branch24. Delete the column5. Exclusive commit to SC6. Create a column same as in step 17. Exclusive commit to SC- EXPECTED: in the git repository 2 files are added under the update folder for sys_dictionary and sys_documentation and 1 file is removed under author_elective_update folder- ACTUAL: the file under author_elective_update folder is not removed8. Switch to branch1- EXPECTED: the column is present- ACTUAL: the column is removedWorkaroundIf you are able to upgrade, review the Fixed In section to determine the latest version with a permanent fix your instance can be upgraded to. Alternate: Use inclusive commits.Related Problem: PRB1557808