Git: Unterschied zwischen den Versionen
Aus Vosp.info
F (Diskussion | Beiträge) |
F (Diskussion | Beiträge) |
||
Zeile 5: | Zeile 5: | ||
== repository holen == | == repository holen == | ||
git clone git+ssh://user@1.2.3.4:22/var/www/git/neurepository.git | git clone git+ssh://user@1.2.3.4:22/var/www/git/neurepository.git | ||
+ | == Quellen == | ||
+ | * [http://wiki.weinimo.de/Git-Hilfen Git-Hilfen - deutsch] |
Version vom 15. Februar 2013, 14:53 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