|
|
|
|
|
by anonuser123456
1310 days ago
|
|
> even if you want to get back to them right away it requires some delicate git surgery. The reflog tracks rebase commit history. No surgery required. >This is why you can't generally share work using a rebase workflow. Rebase of public facing commits is not discouraged due to data loss. It is discouraged due to the possibility of someone creating change sets off the published work, and then the update re-writing the history to change the merge-base, requiring a re-merge of their changes. |
|