bandaid icon indicating copy to clipboard operation
bandaid copied to clipboard

bandaid_local is not defined when applying patches

Open reload-deploy opened this issue 9 years ago • 0 comments

When trying to apply patches on a project I get the following output:

Patched with [projectname].local.patch.                                                                                   [ok]
Error executing command "git --work-tree=[path-to-project] checkout[error]
bandaid_local"

When trying to run the command by hand I get the following error: `error: pathspec 'bandaid_local' did not match any file(s) known to git.``

Should the checkout command be run with -b to create the new branch?

reload-deploy avatar Jul 13 '15 19:07 reload-deploy