Community
Participate
Working Groups
A user just asked how to find the status of their tree w.r.t. to the repo, and I couldn't come up with a convincing replacement to 'git status' on the command line. In particular they're interested in a concise status of the working git repo. For example: - Whether tree is in the middle of a merge - Staged files - Modified files - Untracked (but not ignored) + Any other states the tree can be in... I know the decorator icons give some clue, but I'm not convinced they provide all the possible states the repo can be in. It's also hard to enumerate a Naviagtor tree to find all the resources with special status. Perhaps it could work by having a Status element in the Repositories view that shows the current interesting changes in the repository vs the HEAD commit.
The 'Git Staging' view shows information about files and folders but I don't it tells me anything about branches.
The Git Staging view now exists for this. For the branch name and status, see bug 416132.