Inhaltsverzeichnis hinzugefügt
This commit is contained in:
parent
577c96db9c
commit
a88ae44344
1 changed files with 35 additions and 11 deletions
|
@ -5,7 +5,7 @@
|
||||||
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
|
||||||
<meta name="viewport" content="width=1024, user-scalable=no">
|
<meta name="viewport" content="width=1024, user-scalable=no">
|
||||||
|
|
||||||
<title>Your deck.js Presentation</title>
|
<title>Dokumente verwalten mit GIT</title>
|
||||||
|
|
||||||
<!-- Required stylesheet -->
|
<!-- Required stylesheet -->
|
||||||
<link rel="stylesheet" href="core/deck.core.css">
|
<link rel="stylesheet" href="core/deck.core.css">
|
||||||
|
@ -36,23 +36,47 @@
|
||||||
</header>
|
</header>
|
||||||
|
|
||||||
<section class="slide">
|
<section class="slide">
|
||||||
<h1>Herzlichst Wilkommen!</h1>
|
<h1>What is this all about?</h1>
|
||||||
</section>
|
|
||||||
|
|
||||||
<section class="slide">
|
|
||||||
<h1>Inhalt</h1>
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>Um was gehts denn hier?</li>
|
<li>Was ist eine Versionsverwaltung?</li>
|
||||||
<li>Ein Repository anlegen</li>
|
<li>Was ist GIT?</li>
|
||||||
<li>Einige Dateien hinzufügen</li>
|
<li>Wie installiere ich GIT?</li>
|
||||||
<li>Der erste Commit</li>
|
<li>Wie lege ich ein Repository an?</li>
|
||||||
|
<li>Wie füge ich eine Datei hinzu?</li>
|
||||||
|
<li>Wie lasse ich mir die Unterschiede anzeigen?</li>
|
||||||
|
<li>Wie komme ich an eine alte Version ran?</li>
|
||||||
</ul>
|
</ul>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
<section class="slide">
|
<section class="slide">
|
||||||
<h1>Um was gehts denn hier?</h1>
|
<h1>Was ist eine Versionsverwaltung?</h1>
|
||||||
</section>
|
</section>
|
||||||
|
|
||||||
|
<section class="slide">
|
||||||
|
<h1>Was ist GIT?</h1>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="slide">
|
||||||
|
<h1>Wie installiere ich GIT?</h1>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="slide">
|
||||||
|
<h1>Wie lege ich ein Repository an?</h1>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="slide">
|
||||||
|
<h1>Wie füge ich eine Datei hinzu?</h1>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="slide">
|
||||||
|
<h1>Wie lasse ich mir die Unterschiede anzeigen?</h1>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
<section class="slide">
|
||||||
|
<h1>Wie komme ich an eine alte Version ran?</h1>
|
||||||
|
</section>
|
||||||
|
|
||||||
|
|
||||||
<!-- End slides. -->
|
<!-- End slides. -->
|
||||||
|
|
||||||
|
|
||||||
|
|
Reference in a new issue