Hi!
I'm trying switch one of our projects from native Source Control to GIT. I'm using PB2019 R3 Build 2703 and SourceTree as an external Git client.
The thing is I'm having issues with the PBL files every time I try to merge branches, mostly when there's a conflict.
I read somewhere that I should add all PBLs to .gitignore, but GIT still detects that there's pending changes on the PBLs to be committed.
Currently, my .gitignore (located in the root folder of my PB project, next to the .pbw file) contains just this:
*.pbl
*.pbd
*.pbg
*.user.opt
I've tried using the "Stop tracking" option on SourceTree, to no avail. EDIT: When I stopped tracking the PBL, the whole PB Target could not be opened for some reason.
Any advice on how to solve this??
Thanks in advance.
The native GIT integration still isn't perfect but with some care (see my answer) having the PBLs in the repo is a definite plus.