ctrl+shift+p filters: :st2 :st3 :win :osx :linux
Browse

Git​Status

by vlakarados ALL

Monitoring changed files and status of the repository

Labels vcs

Details

  • 2014.08.25.08.59.40
  • github.​com
  • github.​com
  • 11 years ago
  • 2 hours ago
  • 11 years ago

Installs

  • Total 38K
  • Win 13K
  • Mac 14K
  • Linux 11K
Jun 19 Jun 18 Jun 17 Jun 16 Jun 15 Jun 14 Jun 13 Jun 12 Jun 11 Jun 10 Jun 9 Jun 8 Jun 7 Jun 6 Jun 5 Jun 4 Jun 3 Jun 2 Jun 1 May 31 May 30 May 29 May 28 May 27 May 26 May 25 May 24 May 23 May 22 May 21 May 20 May 19 May 18 May 17 May 16 May 15 May 14 May 13 May 12 May 11 May 10 May 9 May 8 May 7 May 6 May 5
Windows 0 0 0 2 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 1 0 0 0 2 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0
Mac 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 1 1 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 1 0 0 0 0 0 1 0 0 1
Linux 0 0 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 2 0 0 0 0 0 0 0 0 1 0 0 1 1 0 0

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 or CMD+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.