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
{{ message }}
This repository was archived by the owner on Mar 13, 2024. It is now read-only.
git pull git@github.com:DiamondLightSource/python3-pip-skeleton.git main
This causes unexpected results. It seems to be replaying all of mciwb commits as a rebase over the last skeleton commit.
Resolving the initial rebase merge conflict with mciwb's initial commit results in:
If you look in the history of skeleton main I squashed it down to a single commit after the initial commit and made that single commit the origin for skeleton adoption.
The new origin commit is de6d5f1
The old origin commit (which is also the initial commit) is ededf00
It seems that having the origin commit not be the same as initial commit is causing this.
For the project https://github.com/gilesknap/mciwb, I'm trying to pull main from skeleton like so
This causes unexpected results. It seems to be replaying all of mciwb commits as a rebase over the last skeleton commit.
Resolving the initial rebase merge conflict with mciwb's initial commit results in:
If you look in the history of skeleton main I squashed it down to a single commit after the initial commit and made that single commit the origin for skeleton adoption.
The new origin commit is de6d5f1
The old origin commit (which is also the initial commit) is ededf00
It seems that having the origin commit not be the same as initial commit is causing this.