I have an existing project that I moved into source control and have been managing from the built in source control in the PowerBuilder IDE. My diff tool is TortoiseGit 2.6. When I inherited the existing project there were extra files and folder in the folder containing all my PBLs. I'm using Bitbucket if that matters.
I would like to clean some of those extra files out, but noticed the Powerbuilder IDE isn't picking up the change when I go to commit, but if I do a diff on the folder directly using TortoiseGit, it detects that some files were removed as well as with my .PBR and .usr.opt files. I was wondering what steps I need to take to get the files properly removed and get the project up to date in the IDE. I was figuring, commit with TortoiseGit and then pull via the PB IDE.
I'm a little skittish with how to keep everything up to date after having made the mistake of not doing the "Upload PBL" step for the first couple weeks and then doing a proof of concept clone and finding out it wasn't up to date.