|
|
|
|
|
by jln
5370 days ago
|
|
Isn't the point of the D in DVCS that this is supported out of the box? What's wrong with: root@server# apt-get install git-core
git@server$ mkdir ~git/repo.git
git@server$ git init $!
user@client$ git remote add origin ssh://git@server/repo.git
|
|