Versionsunterschiede von Git / Starter
hinzugefügt:
<#
<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>
#>