|
|
|
|
|
by stouset
494 days ago
|
|
I haven't used this workflow personally, but it should be fine. `jj git push` does an equivalent to `--force-with-lease`, so if there are remote commits that are later than what your current bookmark points to, it won't overwrite them. You can `jj git fetch`, it'll update your bookmark, and you can choose to put your new commits onto the updated sequence of commits wherever they belong. |
|