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
My scenario is I want to split an existing project into subrepos, and push a subrepo to a fresh remote while squashing years of history. The new remote for the subrepo should contain a single commit.
However this is what I get after running the command:
As a note, it's not clear to me what exactly should be squashed if both --force and --squash are specified. Currently it squashes new commits. What should I write if I have pushed previously but now want to squash everything from the beginning?
The text was updated successfully, but these errors were encountered:
My scenario is I want to split an existing project into subrepos, and push a subrepo to a fresh remote while squashing years of history. The new remote for the subrepo should contain a single commit.
However this is what I get after running the command:
As a note, it's not clear to me what exactly should be squashed if both
--force
and--squash
are specified. Currently it squashes new commits. What should I write if I have pushed previously but now want to squash everything from the beginning?The text was updated successfully, but these errors were encountered: