2

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.

Tommaso DS
  • 211
  • 2
  • 14

1 Answers1

0

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 
forvaidya
  • 3,041
  • 3
  • 26
  • 33