Git: Unterschied zwischen den Versionen

Aus Vosp.info
Wechseln zu:Navigation, Suche
Zeile 3: Zeile 3:
 
  cd neurepository.git
 
  cd neurepository.git
 
  git --bare init
 
  git --bare init
 +
== repository holen ==
 +
git clone git+ssh://user@1.2.3.4:22/var/www/git/neurepository.git

Version vom 15. Februar 2013, 14:44 Uhr

repository anlegen

mkdir neurepository.git
cd neurepository.git
git --bare init

repository holen

git clone git+ssh://user@1.2.3.4:22/var/www/git/neurepository.git