Versionsunterschiede von Git / Starter
80 | Nur einen Branch clonen | 80 | Nur einen Branch clonen |
---|---|---|---|
81 | git clone --branch <branchname> <remote-repo-url> | 81 | git clone --branch <branchname> <remote-repo-url> |
82 | 82 | ||
83 | %%(cl) git clone --branch 5.0 https://bitbucket.org/wackowiki/wackowiki.git /home/⟨username⟩/Projekt/BitBucket/WackoWiki/5.0%% | 83 | %%(cl) git clone --branch 5.0 https://bitbucket.org/wackowiki/wackowiki.git \ |
84 | /home/⟨username⟩/Projekt/BitBucket/WackoWiki/5.0%% | ||
84 | 85 | ||
85 | clone per ssh | 86 | clone per ssh |
86 | 87 |