6 ms·
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/re
by jln 15y 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