how do I use the --git switch
sherif-botros opened this issue · 1 comments
sherif-botros commented
hello, how do I use the git switch
my .git folder is c:\a\b.git
and my webApp package.json is c:\a\b\c\d\e\f\package.json
I have
saitho commented
If your .git folder is in /a/b
and your package.json is in /a/b/c/d/e/f
, you'll have to go back 4 folders.
--git=../../../../
should work. :)