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
  • 29 minutes ago
  • 10 years ago

Installs

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

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.