| Pronouns | He/Him |
| GitHub | https://github.com/ghickman |
| Pronouns | He/Him |
| GitHub | https://github.com/ghickman |
@bitprophet yeah, that's exactly right with your final flow, and tbh, do you really need more when you're just trying to make CI work 😁
re describe/new, I did see, but it was the ordering I was flagging! You were adding extra steps/typing by advancing to a new change, then performing an action on the previous change. Does that track…?
@bitprophet if you advance and push before making a new change you’ll save some typing:
- jj describe
- jj b s mybranch
- jj git push
- jj new -m “saving myself a describe later”
It’s still not as fast but it’s closer!