GitStatus
Monitoring changed files and status of the repository
Labels vcs
Details
Installs
- Total 34K
- Win 11K
- OS X 13K
- Linux 10K
Dec 6 | Dec 5 | Dec 4 | Dec 3 | Dec 2 | Dec 1 | Nov 30 | Nov 29 | Nov 28 | Nov 27 | Nov 26 | Nov 25 | Nov 24 | Nov 23 | Nov 22 | Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | Oct 23 | Oct 22 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 4 | 3 | 5 | 2 | 2 | 2 | 1 | 5 | 4 | 1 | 2 | 0 | 2 | 1 | 4 | 2 | 2 | 5 | 1 | 1 | 4 | 2 | 1 | 2 | 3 | 1 | 2 | 1 | 3 | 6 | 5 | 4 | 5 | 1 | 1 | 1 | 0 | 3 | 0 | 0 | 1 | 1 | 6 | 7 | 2 | 6 |
OS X | 1 | 2 | 3 | 3 | 1 | 1 | 1 | 2 | 2 | 0 | 4 | 4 | 0 | 0 | 1 | 0 | 0 | 5 | 1 | 1 | 1 | 1 | 2 | 2 | 2 | 0 | 0 | 0 | 0 | 2 | 3 | 2 | 0 | 0 | 3 | 1 | 2 | 2 | 0 | 1 | 0 | 2 | 1 | 0 | 1 | 6 |
Linux | 2 | 1 | 1 | 2 | 2 | 1 | 3 | 5 | 4 | 1 | 3 | 0 | 2 | 0 | 1 | 3 | 2 | 3 | 1 | 1 | 3 | 0 | 1 | 3 | 2 | 3 | 0 | 2 | 2 | 2 | 5 | 1 | 2 | 1 | 0 | 1 | 0 | 1 | 1 | 1 | 3 | 1 | 2 | 2 | 8 | 2 |
Readme
- Source
- raw.githubusercontent.com
GitStatus
Package for monitoring changed files and state of the project. Made as a light alternative to SublimeGit
Installation
Using Package Control
- Simply open up the command palette (
CTRL+SHIFT+P
orCMD+SHIFT+P
). - Find
Package Control: Install Package
. - Search for
GitStatus
Manual
- Clone to
Packages/
directory
Usage
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:
Git: Changed files
Shows all created (unstaged), modified, deleted and unmerged files with their corresponding status and path.
Git: Unmerged files
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.
Contributing
If you find bugs please post them in the issues section and/or submit pull requests.