I have my code uploaded to Git repository. How can I update that Git repostory from local PBL files that are not synced with Git? What are the steps to regenerate ws_objects folder and push it to overwrite master repository?
I am OK with losing my previous changes and just owerwriting everything with new PBL files, but of course it would be better if I could somehow merge Git objects with local PBL objects.
I tried just coppying PBL files to my project, then opening it and executing Git Commit, PowerBuilder found new objects that where added in the new PBL files, but did not iddntify any removed or modified objects.
Then I tried to unlink my project from Git and re-add it back to source control. Looks like PowerBuilder regenerated ws_objects. I then was able to succesfully push them to Git, however deleted objects are still present in Git and ws_objects folder, and they are restored into new PBL files after doing Git Refresh.