You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There have been a few attempts to add a feature to Hound where you can use an existing repository without making a copy, but Hound currently assumes that the repository files will not be edited during indexing and that's a hard thing to enforce on an external directory.
In experimenting with hound, it seems like replacing local clones with symlinks works:
Since I have a lot of repos, this could potentially reduce my disk usage a lot. Is this a bad idea?
The text was updated successfully, but these errors were encountered: