Package for monitoring changed files and state of the project. Made as a light alternative to SublimeGit
Using Package Control
- Simply open up the command palette (
CTRL+SHIFT+P
orCMD+SHIFT+P
). - Find
Package Control: Install Package
. - Search for
GitStatus
- Clone to
Packages/
directory
By now you should already see repository status updates in your status bar like Git: Dirty
or Git: Clean
.
You have two more commands at your disposal from the command palette:
Shows all created (unstaged), modified, deleted and unmerged files with their corresponding status and path.
Same as above but shows only unmerged ones, this helps merging files without alt-tabbing to your console just to see the files that need to be merged.
If you find bugs please post them in the issues section and/or submit pull requests.