Versionsunterschiede von Git / Starter
hinzugefügt:
%%(cl) git clone https://bitbucket.org/wackowiki/wackowiki.git%% /home/⟨username⟩/Projekt/BitBucket/WackoWiki/wackowiki %% Auf einem Linux System findest Du Hilfe zur Arbeit mit git über den Kommandozeilenbefehl ##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 \ /home/⟨username⟩/Projekt/BitBucket/WackoWiki/5.0%% * clone per ssh
entfernt:
%%(cl)git clone https://bitbucket.org/wackowiki/wackowiki.git%% /home/⟨username⟩/Projekt/BitBucket/WackoWiki/wackowiki %% On a Linux system if/once the git client is installed open a terminal and type ##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 \ /home/⟨username⟩/Projekt/BitBucket/WackoWiki/5.0%% clone per ssh