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%% * komprimiertere Information
entfernt:
%%(cl)git clone https://bitbucket.org/wackowiki/wackowiki.git%%
<#
<script type="text/javascript">
//<![CDATA[
function clpSet() {
window.clipboardData.setData("Text",
document.name.text.value);
}
//]]>
</script>
git clone https://bitbucket.org/wackowiki/wackowiki.git \
/home/⟨username⟩/Projekt/BitBucket/WackoWiki/wackowiki
<form name="name" action="">
<input type="hidden" name="text" value="
git clone https://bitbucket.org/wackowiki/wackowiki.git
/home/⟨username⟩/Projekt/BitBucket/WackoWiki/wackowiki " />
<input type="button" value="Kopieren"
onclick="clpSet();" />
</form>
#>
/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