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.
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.