I encounter some pull problems with denodo VCS git. Suppose I have two DB, one is Main_DB, the other is Sub_DB, Sub_DB code was checked out from Main_DB branch on 2020-05-01 (which means I checked out a new branch from Main_DB branch), on Main_DB there was some object deletion (suppose object A) happend on 2020-05-02 and commit, push to Main_DB git branch, and then on 2020-05-03 Sub_DB was checkout again from Main_DB latest code (which means I checked out a new branch from Main_DB branch), and in Database level (right click Sub_DB, choose VCS-->pull), in the prompt window, choose "Remote" , and then click "Resolve Conflict".
After Sub_DB pull code from git repo, what I am seeing, object A is still in Sub_DB with no icon (no green, no red, no yellow, that means element is not under version control yet.)
My question is how can I have that deletion objects deleted when pull code from git repo? We may have many objects under this case, it is impossible for us to delete them one by one manually.