sublime_merge icon indicating copy to clipboard operation
sublime_merge copied to clipboard

Reverting a deleted file should `git add` it

Open stdedos opened this issue 1 year ago • 1 comments

Problem description

When you revert a deleted file, it shows up as "Untracked".

If one has multiple untracked files (for reasons), then it's impossible* to add it from the UI.

*Within reasonable time. On the terminal it's as easy as git add ... - but then again we use the UI to make our lives easier. ~~Also note that the file has no "watch" icon attached to it i.e. recently created.~~

Preferred solution

A description of what changes should be made to Sublime Merge to solve the problem.

Alternatives

A description of any alternative solutions or enhancements considered.

Screenshots

If applicable, add screenshots to help demonstrate the problem or proposed solution. This section may be omitted/removed.

stdedos avatar Nov 29 '24 09:11 stdedos