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
I have a rather standard gitolite git system setup. After setting ginatra up and setting the git_dirs to my ~/repositories directory I found all repos were exposed. This can easily be changed/limted by creating a new directory and symlinking to the repos you want to expose.
For Example:
git_root: ~/repositories
public git repositories: ~/repos-public
In ~/repos-public:
ln -s ../repositories/testing.git
Now change the git_dirs config setting to use ~/repos-public and you will only see the testing.git repo.
The text was updated successfully, but these errors were encountered:
I have a rather standard gitolite git system setup. After setting ginatra up and setting the git_dirs to my ~/repositories directory I found all repos were exposed. This can easily be changed/limted by creating a new directory and symlinking to the repos you want to expose.
For Example:
In ~/repos-public:
Now change the git_dirs config setting to use ~/repos-public and you will only see the testing.git repo.
The text was updated successfully, but these errors were encountered: