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

Git​Diff​Helper

by Scopart ALL

Sublime text plugin that open or display files modified since a commit

Labels git, diff

Details

Installs

  • Total 14K
  • Win 5K
  • Mac 5K
  • Linux 4K
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 Mar 9 Mar 8 Mar 7
Windows 0 0 0 1 0 0 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 1 0 0 0 0 0 0 1 0 0 0 0 1 0 0 1 0 0 1 0
Mac 0 0 0 0 0 1 1 0 0 1 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
Linux 0 0 0 1 0 0 0 0 0 0 0 0 0 0 1 0 0 2 0 0 1 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 1 0 0 0 0 0 0

Readme

Source
raw.​githubusercontent.​com

GitDiffHelper

Sublime text plugin that open files modified since a commit.

Sometimes you want to upload only modified files because a full sync of your project is to heavy, this plugin will help you. Just enter the commit ID from which you want to upload files, then all modified files are opened. You just have to use “Upload Open Files” functionality of SFTP plugin. Modified files are also displayed as a list in a panel so you can do anything you want with this list.

Installation

  • If you have Package Control installed in Sublime just press ctrl + shift + p (Windows, Linux) or ⌘ + shift + p (OS X) to open the Command Pallete. Start typing 'install' to select Package Control: Install Package, then search for GitDiffHelper and select it.
  • Otherwise clone source code to Sublime Text packages folder.

Usage

Use one of the following: - Bring up the command palette (it's ⌘ + shift + p in OS X and ctrl + shift + p in Windows or Linux) and type gitdiffhelper and select GitDiffHelper: Launch it command. - Use ctrl + alt + g

If plugin can't find your git repository at the root of your main folder you'll be asked to enter path of your git repository:

Otherwise you'll be asked to enter a commit id:

  • If you leave it blank only files of the last commit of your current branch will be opened/displayed otherwise, all files modified from commit ID entered to your last commit will be opened/displayed.
  • Files of the git commit ID entered are included.
  • If more than 10 files are modified, you'll be asked to confirm files opening.

Credits