exlinc / mdlr

MDLR ("Modular") gives you declarative and easy Git 'submodules without the pain of submodules'
Apache License 2.0
27 stars 2 forks source link

How to clone new modules alongside "old" modules? #14

Open BarbzYHOOL opened 5 years ago

BarbzYHOOL commented 5 years ago

So if you have already some modules and then you add new modules, to CLONE them you can do like this mdlr import -f (because mdlr import will fail because already existing modules if I recall) or mdlr update without the -f

Am I right?

I was used to mdlr import -f as in the README and I erased some of my unstaged changes like an idiot