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
  • 10 years ago
  • 1 hour ago
  • 11 years ago

Installs

  • Total 38K
  • Win 13K
  • Mac 14K
  • Linux 11K
Oct 23 Oct 22 Oct 21 Oct 20 Oct 19 Oct 18 Oct 17 Oct 16 Oct 15 Oct 14 Oct 13 Oct 12 Oct 11 Oct 10 Oct 9 Oct 8 Oct 7 Oct 6 Oct 5 Oct 4 Oct 3 Oct 2 Oct 1 Sep 30 Sep 29 Sep 28 Sep 27 Sep 26 Sep 25 Sep 24 Sep 23 Sep 22 Sep 21 Sep 20 Sep 19 Sep 18 Sep 17 Sep 16 Sep 15 Sep 14 Sep 13 Sep 12 Sep 11 Sep 10 Sep 9
Windows 0 0 1 0 0 0 0 1 0 0 0 0 0 2 0 0 1 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 1 0 1 1 2 0 0 0 0 0 0 0 0
Mac 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 1 0 0 0 0 0 0 0 0
Linux 0 1 0 0 0 0 0 0 0 0 0 0 3 0 0 0 0 1 1 0 0 1 0 0 0 2 0 1 0 0 0 0 0 0 1 0 0 1 0 0 0 0 0 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.