Good morning,
Upon making a change to an object within a particular .pbl (acme1.pbl for example), I right-click on that .pbl (using TortoiseGit) to commit the change to that specific object. This commit is reflected in the ws_objects folder.
If I do a "git status" on my local repository, it will tell me that acme1.pbl is changed as well. Do we also need to commit the affected .pbl as well? If not, can I add "*.pbl" to my .gitignore file so that I won't be constantly asked to do something with the .pbl. This becomes an issue when trying to switch branches (if there are uncommitted changes).
Thanks in advance....
Steve