-
|
Is it possible to depend on local git repos in project.janet? If not, what is the alternative, running |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
|
I am not sure, but have you tried to file:// at the beginning of the repo URL? |
Beta Was this translation helpful? Give feedback.
-
|
As @pepe suggested, you can do this using Note that you need to provide the absolute path from root to the directory containing the |
Beta Was this translation helpful? Give feedback.
As @pepe suggested, you can do this using
file://.Note that you need to provide the absolute path from root to the directory containing the
.gitdirectory (so that you'll havefile://followed by a/). For example: