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

Git​Diff​View

by predragnikolic MacLinux ALL

A Sublime Text plugin that lets you see all modified files and preview their changes.

Labels git, diff

Details

  • ML 0.6.3
    ML 0.5.0
  • github.​com
  • github.​com
  • 7 months ago
  • 1 hour ago
  • 5 years ago

Installs

  • Total 4K
  • Win 0
  • Mac 2K
  • Linux 2K
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 Mar 16 Mar 15 Mar 14 Mar 13 Mar 12 Mar 11 Mar 10
Windows 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0
Mac 0 1 0 0 0 0 5 1 0 0 1 2 0 0 1 1 0 0 0 1 0 1 0 0 0 0 0 1 0 0 1 1 0 0 1 0 0 0 0 1 2 0 1 2 0 1
Linux 0 2 1 0 0 0 0 1 0 0 0 0 0 1 0 0 0 0 0 0 0 2 0 0 1 0 0 0 2 1 0 0 0 1 1 1 0 0 0 0 0 0 0 1 0 0

Readme

Source
raw.​githubusercontent.​com

Git Diff View

Get a quick overview of changes before committing them.

Example

Features

  • Show all modified files
  • Show the diff view for a file
  • Stage/Unstage files
  • Discard changes to a file
  • Goto a file

Installation

Open the command palette and run Package Control: Install Package, then select GitDiffView.

Instructions

From the command palette select: Git Diff View: Toggle. Or toggle the git diff view with ctrl+shift+g(Linux) or alt+shift+g(Mac). The git diff view won't open if there are no git changes.

Inside the status view, the following keybindings are available:

a - stage/unstage a file
  d - dismiss changes to a file
  g - go to a file

Type of modification will be shown in the git status, next to the file name. Here is a list of the types:

"??" - Untracked
  " A" - Added
  "AM" - Added and Staged
  " M" - Modified
  "MM" - Modified and Staged
  " D" - Deleted
  " R" - Renamed
  " C" - Copied
  "UU" - Unmerged(Conflict)

Workflow Example

HowToUseIt.webm

NOTE: For other commands like git commit, git push, git pull, use a different plugin like Git or GitSavvy.