feat(cli): add --track flag to 'bookmark create' command to track aft…#9178
feat(cli): add --track flag to 'bookmark create' command to track aft…#9178joerdav wants to merge 1 commit intojj-vcs:mainfrom
Conversation
1493b66 to
f762a8b
Compare
|
See #8559 for the previous discussion. I have no idea how this flag should be called, but it should take |
|
Ah okay, my initial search for issues that propose this already clearly wasn't thorough enough! To add to the use case, I'm using my fork at the moment, because my workflow means that I'm almost exclusively creating bookmarks to then push to a remote. jj commit -m "feat: my new feature"
jj bookmark create -r@- --track my-new-feature
jj git pushI appreciate this may just be a convenience for me and may not be applicable to other people. |
|
also squash the docs commit into the initial commit adding the feature, a second commit is not needed. |
|
Maybe you know, but |
That is certainly useful, thanks for that! I still believe there is use for the |
…er creation
Checklist
If applicable:
CHANGELOG.mdREADME.md,docs/,demos/)cli/src/config-schema.json)how it works, how it's organized), including any code drafted by an LLM.
an eye towards deleting anything that is irrelevant, clarifying anything
that is confusing, and adding details that are relevant. This includes,
for example, commit descriptions, PR descriptions, and code comments.