Versionsunterschiede von Git / Starter
hinzugefĂźgt:
Auf einem Linux System findest Du Hilfe zur Arbeit mit git Ăźber den Kommandozeilenbefehl
ToDo
git --help
. Detaillierte Informationen zum klonen findest du mit der Anweisung: git clone --help
ToDo
- Nur einen Branch clonen
git clone --branch <branchname> <remote-repo-url>
%%(cl) git clone --branch 5.0 https://bitbucket.org/wackowiki/wackowiki.git \
%%(cl) git clone --branch 5.0 https://bitbucket.org/wackowiki/wackowiki.git \
- clone per ssh
entfernt:
On a Linux system if/once the git client is installed open a terminal and type
FĂźr detaillierte Informationen zum klonen gib ein:
Nur einen Branch clonen
git clone --branch <branchname> <remote-repo-url>
%%(cl) git clone --branch 5.0 https://bitbucket.org/wackowiki/wackowiki.git \
clone per ssh
git --help
.FĂźr detaillierte Informationen zum klonen gib ein:
git clone --help
Nur einen Branch clonen
git clone --branch <branchname> <remote-repo-url>
%%(cl) git clone --branch 5.0 https://bitbucket.org/wackowiki/wackowiki.git \
clone per ssh