randy3k / GitStatusBar

A more compact Git StatusBar
MIT License
13 stars 1 forks source link

Git-StatusBar: A more compact Git StatusBar

sublime-text-git does an amazing job in integrating git commands into Sublime Text. However, it is showing too much text in the status bar. This plugin minimizes the amount of text by only showing important information. Less is more!

Screenshot

Explain the badge

symbol
* the current branch is dirty
+n the current branch is n commits ahead the remote branch
-n the current branch is n commits behind the remote branch

Note

The sublime-text-git status bar will be disabled automatically by this plugin.