Git: Unterschied zwischen den Versionen
Aus Vosp.info
F (Diskussion | Beiträge) (Die Seite wurde neu angelegt: „== repository anlegen == mkdir neurepository.git cd neurepository.git“) |
F (Diskussion | Beiträge) |
||
Zeile 2: | Zeile 2: | ||
mkdir neurepository.git | mkdir neurepository.git | ||
cd neurepository.git | cd neurepository.git | ||
+ | git --bare init |
Version vom 15. Februar 2013, 14:35 Uhr
repository anlegen
mkdir neurepository.git cd neurepository.git git --bare init