You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
AOK, I am about ready to PR into that branch. One problem. I have been doing Continuous Integration, and I have about 25 commits that are package management, related and I want to squash.
Doing git rebase -i HEAD~25, sort of seems to work, except that it burdens me with manual merges for every commit squash (up to 20 or so merges of the same files).
Do you know any good alternatives, where I squash but I only manual merge once if at all?
I think github PR now comes with merge squash on your end. Would that work for you?
I think I will assume yes, and try that way first.
create branch optimization based on dev, that I can merge pull requests into.
The text was updated successfully, but these errors were encountered: