I created a new branch for our application code (PB 2019 R2, Windows 10, SQL Server) in TortoiseGit. I was able to switch to the new branch and PB recognized it the next time I opened the IDE. Commits and pushes on the new branch have worked fine so far. The repo and new branch is hosted in GitLab.
There is another developer who needs to switch to this new branch so that both of us are working on it. How is that done? We can't figure out how to get his workstation to recognize the new branch that I am working on. Any suggestions on how to do this?
Thanks, Tom
When I select TortoiseGit>>Switch/Checkout I see the new branch I am on and the dropdown list also contains options like master and remotes/origin/master. The other dev does not see the new branch that I have selected (and that has been pushed to the repo).
Tom
After fetching you can find the remote branch in the tree and dropdown to create the new local branch of it.