Awesome
Tree View Git Status package
This project is no longer maintained as Atom and all repositories under Atom will be archived on December 15, 2022. Learn more in the official announcement. Thank you for your interest in this project and your support!
Show the Git repository status in the Atom tree-view.
Screenshots
Installation
apm install tree-view-git-status
Features
- Show the Git branch name and commits ahead/behind labels for each project folder.
- Plays nice together with the Atom project-view package.
- Customizable styling of the Tree View Git status labels depending on the current active branch.
CSS Branch Styling
Via the user's custom Atom CSS stylesheet (Settings > Themes > "Edit Stylesheet") you can individually style the Tree View Git status labels as shown above. An example stylesheet can be found here.
Git Flow
This plugin supports Git Flow if you've configured your repository to use it. By default Octicons are used to indicate the various states of the flow process but you can also choose to just show the colorized branch name.
Note: Git Flow "support" branches are not yet supported and they're only available in the gitflow-avh fork of Git Flow.
Prerequisites
In order to use this feature you've to install Git Flow and run git flow init
on the repository you want to work on.
License
MIT