Topic: git server
Hello, is there a way to configure git to do the following:
git clone ssh://git@git.myserver.org:1234/myrepo.git
instead of
git clone ssh://git@git.myserver.org:1234/srv/git/myrepo.git
# My git user
git:x:999:999:git daemon user:/srv/git:/usr/bin/git-shell
Any help is appreciated, Thanks