Adds more details to remotes in custom view

This commit is contained in:
Eric Amodio
2017-09-12 15:48:36 -04:00
parent ea6fdbaaf2
commit 6837414f22
4 changed files with 25 additions and 1 deletions

View File

@@ -145,6 +145,7 @@ GitLens provides an unobtrusive blame annotation at the end of the current line,
- Provides a context menu with `Open Branches in Remote`, and `Refresh` commands
- `Remotes` node — provides a list of remotes
- Indicates the direction of the remote (fetch, push, both), remote service (if applicable), and repository path
- Expand each remote to see its list of branches
- Expand each branch to easily see its revision (commit) history
- Expand each revision (commit) to quickly see the set of files changed, complete with status indicators for adds, changes, renames, and deletes