Git Rebase or Merge?
- New
- How-to
-
Christopher Craft
- PowerBuilder
- Tuesday, 14 October 2025 12:17 AM UTC
PB 2022 R3
As we continue on our Git journey I am wondering the best process when doing the pull request into Main. My current process flow is as follows but I am curious what other developers are doing?
Pull Request Process:
1) Pull all new changes to Main branch
2) Rebase 'Feature' Branch with 'Main' branch changes (I am curious if other developers are using Rebase or Merge here)
3) If no Conflicts then create Pull Request otherwise continue
4) Open PB and go to object with the conflict (has Exclamation point)
5) Select Git Edit Conflict and make appropriate change, refresh, and re-compile
6) Select Git Resolve and then commit change
7) Push change to the server
8) Create Pull Request
Thanks for your input,
Chris Craft
Find Questions by Tag
Helpful?
If a reply or comment is helpful for you, please don’t hesitate to click the Helpful button. This action is further confirmation of their invaluable contribution to the Appeon Community.