Git: Unterschied zwischen den Versionen

Aus Vosp.freesn.de
Zur Navigation springen Zur Suche springen
F (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
F (Diskussion | Beiträge)
Keine Bearbeitungszusammenfassung
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