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
When I create a monorepo by combining multiple repositories using git subtree add --prefix=.. and then re-split the prefix using splish-lite --prefix= it creates only one commit in the branch, which is the merge commit created by git subtree add --prefix= and all other history is lost. When I use git subtree split --prefix= that preserves the history. Am I getting something wrong? Maybe it's because git subtree add creates a merge commit and splitsh-lite ignores it?
The text was updated successfully, but these errors were encountered:
When I create a monorepo by combining multiple repositories using
git subtree add --prefix=..
and then re-split the prefix usingsplish-lite --prefix=
it creates only one commit in the branch, which is the merge commit created bygit subtree add --prefix=
and all other history is lost. When I usegit subtree split --prefix=
that preserves the history. Am I getting something wrong? Maybe it's becausegit subtree add
creates a merge commit andsplitsh-lite
ignores it?The text was updated successfully, but these errors were encountered: