Mohamed Arish
Mohamed Arish
> Please describe.** Files that are added to the index are treated the same way as if they are staged. I linked the source code below that is responsible for...
The example you stated shows how git differentiated a modified file and a new file being added. The issue is for indexed/staged. indexed and staged are the same thing from...
As I said, isn't that already implemented using `git.untracked` and `git.unstaged`
This could be implemented, but it also produces a problem of typos being enhanced If a user wants to rename a file and make it go into a long nested...
I experienced this same issue and kept tinkering around in my user.js to see if it was a profile issue, but it was apparently a manifest v3 issue?(not really an...