git_gitosis
Git+Gitosis
To add a new repository to gitosis:
- Go to your checkout directory of gitosis-admin
- Add the following lines at the end:
[group thesis-object-models] members = memeruiz@cheburashka writable = thesis-object-models
- Make your git repo in the other computer (git init ….)
- Push your repo to the server:
git remote add server ssh://gitosis@www.example.net/example.git git push --all
- To make it public with git-daemon. Install git-daemon-run. Then link the new repo to the git-daemon cache directory.
ln -s /path/to/gitosis/repos/example.git/ /var/cache/git/
- Get a new clone from the git-daemon:
git clone gitosis@example.net:example.git
- Done!
git_gitosis.txt · Last modified: 2021/02/01 05:55 by 127.0.0.1