sublimehq / sublime_merge

Issue tracker for Sublime Merge
https://www.sublimemerge.com
276 stars 14 forks source link

Reverting a deleted file should `git add` it #1987

Open stdedos opened 2 days ago

stdedos commented 2 days ago

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 commented 2 days ago

Also note that the file has no "watch" icon attached to it i.e. recently created.

mb. Apparently it was .gitignored