Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

I use the squash workflow for this. I do my work on change N+1, which includes all the local changes I don't want to merge. When I'm ready to make a PR, I squash my edits into earlier changes, then `jj git push -c @-`, which will send everything up to change N. Once merged, I rebase change N+1 onto the new master.


Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: