Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 780 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 780 Bytes

GitStatus: A compact git tool


GitStatus is a Sublime Text 2/3 plugin that monitors files of the project in order to show git status information such as current branch, modified files, untracked files and etc.

Usage

For basic git information such as current branch and Dirty/Clean state, it is shown on Sublime staus bar below.

Git Status provides three ways to show additional git status such as list of modified files:

  1. Main menu (under Edit)
  2. Right-click menu
  3. Keyboard shortcut ALT+P(windows/Mac/Linux)

Screenshot

GitStatus

Acknowledgements

This package contains GitPython and its dependencies.