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?