pahko/git-helpers

`add` does not work with files that have spaces in their names

Opened this issue · 0 comments

something like this:

add Package\ Control

would say:

fatal: pathspec 'Package' did not match any files

but the git version:

git add Package\ Control

works