On the other hand, yesterday for the first time I've had serious trouble and had to `rm -rf .git .jj`. A `jj git fetch --all-remotes` broke everything somehow. It must be said that the repo I'm working on has two upstreams and 4 total remotes, and I don't want jj to restack bookmarks from upstream branches by itself. Here a `git reset --hard upstream/branch` would work, but using `jj bookmark set branch -r branch@upstream` just resulted in #jujutsu applying a bookmark to a hidden commit
3/3