Open yofreke opened 9 years ago
what are git discrepancies?
untracked files, unstaged changes, etc
On Mon, Jun 29, 2015 at 3:06 PM, Martin Hunt notifications@github.com wrote:
what are git discrepancies?
— Reply to this email directly or view it on GitHub https://github.com/gameclosure/devkit/issues/237#issuecomment-116860616.
It is very common to link modules for development (think
npm link
orbower link
). It would be great to have some devkit support for links.At least skip dependencies satisfied by links in
devkit install
, instead of the current behavior of failing due to git discrepancies.