Closed
Description
This may be a bit of an edge case, but I figured I'd document it anyways:
It looks like on initial launch of qtpass the config says to not use git. In this state I modified one of the existing files. Then, with pass git status
showing modified
I changed the config to enable git and enable auto push/pull.
Following the above steps, I was no longer able to right click and edit the previously modified file. I
The password displayed was the string Already up-to-date
. However, I was able to click the Edit
button and see the current file contents.
Once I did a pass git commit/push
or edited the file using the button, the issue went away.