Comment on Resistance Against Git Merge Hell (2015)parentComments−jakjak1232yThis would rewrite the history for production. Not what you want to do−LegionMammal9782yThe point, as I understand it, is that production has no meaningful history separate from main's history: it acts as a bare pointer, and rebasing it just fast-forwards it to later points in main's history.
Comments
This would rewrite the history for production. Not what you want to do
The point, as I understand it, is that production has no meaningful history separate from main's history: it acts as a bare pointer, and rebasing it just fast-forwards it to later points in main's history.