Replies: 1 comment
-
|
@wattry this is mostly for you! |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
If you've been using
stackit logto see your stack, there's a change coming in the next release you'll want to know about. I've reshuffled the navigation verbs to better match the mental model from git.What changed
stackit logis nowstackit treeThe command that draws your branch graph is now called tree. That's really what it always showed, a tree of branches, and calling it log fought against everyone's git log instinct, where log means commit history. The full and short subcommands come along for the ride:
stackit lognow means what you'd expectWe freed up the log verb for a new, stack-aware trunk commit history. It collapses each consolidated stack-merge into a single entry that lists its constituent PRs - the same view as the web app's "Recently Merged" panel (I'm quite proud of that panel).
What you need to do
Mostly retrain one finger:
stackit tree(orstackit t) where you used to typestackit log.Beta Was this translation helpful? Give feedback.
All reactions