Closed propensive closed 1 year ago
We should define Git repositories with the following syntax:
{ "repos": [ { "id": "rudiments", "repo": "gh:propensive/rudiments", "commit": "abcd1234" } ], "imports": ["rudiments:build.irk"] }
See also issue #20 which would use a line such as,
rudiments ../rudiments
in the .forks file to indicate that the rudiments repo is located at ../rudiments instead of using the Git repository.
.forks
rudiments
../rudiments
We should define Git repositories with the following syntax:
See also issue #20 which would use a line such as,
in the
.forks
file to indicate that therudiments
repo is located at../rudiments
instead of using the Git repository.