gulp-gitmodified icon indicating copy to clipboard operation
gulp-gitmodified copied to clipboard

A plugin for Gulp to get an object stream of modified files on git.

Results 3 gulp-gitmodified issues
Sort by recently updated
recently updated
newest added

Add new option `targetBranch`: > `targetBranch` can be used to get diff between current branch and targetBranch. > Actually `git diff --name-status targetBranch` will be executed. > It can't be...

Do this commands at your repo ``` $ touch file.txt $ git status --porcelain ?? file.txt $ git add file.txt $ git status --porcelain A file.txt $ echo 123 >...

Not worked with any utf-named files Git return it in octal-encoded format, like `"src/renderer/index - \320\272\320\276\320\277\320\270\321\217.tsx"` for `index - копия.tsx` Quotes are important Also not worked for renamed files Git...