Replies: 1 comment 8 replies
-
You might also want to check out git-branchstack by @krobelus. Generally, in git-branchless, I don't separate the stacks out; instead, if I want to make changes to a previous commit, I just check it out and start editing it (and either run It might also be desirable to have only one view locally and generate the individual branches for review synthetically as part of You could probably also approximate this with something like |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Would be a substitute for
--dest
, and would accept a revset. Would be nice to support on #551 as wellWith this discussion and #551, I'm thinking of a workflow where you can keep one branch which has your working copy with all the changes, and then duplicate the changes in one or more branches for review. These commands could enable a workflow for propagating changes back and forth between the branches by rewriting the sections as they change
Beta Was this translation helpful? Give feedback.
All reactions