I need to create a new remote repository (to gitolite) from JGit, is it possible?
I see clone remote and create local but nothing about create remote.
I need to create a new remote repository (to gitolite) from JGit, is it possible?
I see clone remote and create local but nothing about create remote.
in Cgit you need to have following command. If you can use regular git following will work..
git remote add origin ssh://host.example.com/repo.git