▲ | roman_soldier 3 days ago | |||||||||||||
I tried Jujutsu on a simple repo and it ended up a mess I couldn't fix. Never had that with git. Might be my lack of knowledge but it shouldn't allow this. | ||||||||||||||
▲ | Zambyte 3 days ago | parent | next [-] | |||||||||||||
jj undo, and jj op log && jj op restore can get you out of any trouble. | ||||||||||||||
▲ | landr0id 3 days ago | parent | prev [-] | |||||||||||||
Did you reach out to `git` commands to make changes to the repo? If you use jj in a colocated repo you should _only_ use jj to manage the repo to ensure it's kept in-sync with jj's data. If you messed up with jj commands, you can use the op log to fix https://jj-vcs.github.io/jj/latest/operation-log/ | ||||||||||||||
|