GitDiffHelper
Sublime text plugin that open or display files modified since a commit
Details
Installs
- Total 14K
- Win 5K
- Mac 5K
- Linux 4K
Nov 21 | Nov 20 | Nov 19 | Nov 18 | Nov 17 | Nov 16 | Nov 15 | Nov 14 | Nov 13 | Nov 12 | Nov 11 | Nov 10 | Nov 9 | Nov 8 | Nov 7 | Nov 6 | Nov 5 | Nov 4 | Nov 3 | Nov 2 | Nov 1 | Oct 31 | Oct 30 | Oct 29 | Oct 28 | Oct 27 | Oct 26 | Oct 25 | Oct 24 | 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 | |
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Windows | 2 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 1 | 1 | 0 | 0 | 0 | 2 |
Mac | 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 | 1 | 1 | 1 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 1 | 0 | 0 | 0 | 0 | 0 | 0 | 0 |
Linux | 0 | 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 | 0 | 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 selectPackage Control: Install Package
, then search forGitDiffHelper
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.