Current Behaviour
Assume I have Gram and one file open, let's call it lib.rs.
Then assume I do weird things like going to a terminal and typing things like git fetch, git rebase origin/main, git mergetool and git rebase --continue.
When I return to Gram, I am confused because I see weird things like <<<<<<< HEAD in the open file. Then I notice the file name has changed to lib.rs.orig.
Expected Behaviour
Gram keeps the file lib.rs open and doesn't suddenly show lib.rs.orig instead.
OS
Fedora 44, Sway, Gram 3.0.1 (546708a188) from the Codeberg Packages
## Current Behaviour
Assume I have Gram and one file open, let's call it `lib.rs`.
Then assume I do weird things like going to a terminal and typing things like `git fetch`, `git rebase origin/main`, `git mergetool` and `git rebase --continue`.
When I return to Gram, I am confused because I see weird things like `<<<<<<< HEAD` in the open file. Then I notice the file name has changed to `lib.rs.orig`.
## Expected Behaviour
Gram keeps the file `lib.rs` open and doesn't suddenly show `lib.rs.orig` instead.
## OS
Fedora 44, Sway, Gram 3.0.1 (546708a188438dc98863eafa85afc08ddec2bc17) from the Codeberg Packages