Replies: 1 comment 2 replies
-
The |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I'm trying to move my projects where I'm tired of rebasing and stashing all the time.
I haven't figured out how rebasing works.
I have :
So:
mamcx/planner-printer2
is a branch ofmamcx/planner-printer
mamcx/planner-printer2
was rebased with git tojoshua/query-engine-integration
This was previous of colocate with
jj
Then I added
Fix print of alias and the output of joins
, but now this history not make sense to me (I even deletedjj
and started from scratch pulling all from github, this log does not jj incantations).So I need to rebase
mamcx/planner-printer2
tojoshua/query-engine-integration
, but my incantations make an even bigger mess.What do I need to understand?
Beta Was this translation helpful? Give feedback.
All reactions