-
When there's a fork in the graph, is the expected behavior of
and if so, is there a way to accomplish getting the latter? For more context, my use case is constructing a stack of branches that I can eventually push to Github, where the chain would look something like |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 6 replies
-
This is intentional. I often use |
Beta Was this translation helpful? Give feedback.
If I'm understanding the question correctly, you should be able to get both sides with
stack():@ | @:stack()
, does that work?