You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
That would be great to have staged files (after a git add) colored in another color (blue ? cyan ? red ?) and to be able to right click and select a "Git Add" option to stage the file. Because it's painful having to switch to a terminal just to add files and to check status. I checked sources of tree view to have an idea on how it is implemented, and I saw that Atom API doesn't have anything to check if a file is staged or not.. I could do a pull request to add the feature in tree-view with nodegit but I think you prefer to follow the Atom API.