Skip to content

Commit e2a0cbb

Browse files
committed
udpate menus and add branching
1 parent 2ac057c commit e2a0cbb

File tree

156 files changed

+542
-5357
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

156 files changed

+542
-5357
lines changed

_site.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,11 @@ navbar:
1111
- text: "Overview"
1212
href: outline.html
1313
- text: "Hands-On"
14-
href: handson.html
14+
menu:
15+
- text: "Init / Clone / Pull & Push"
16+
href: handson.html
17+
- text: "Branch / Merge / Revert"
18+
href: "handson_branch.html"
1519
- text: "Markdown"
1620
href: markdown.html
1721
- text: "Resources"

docs/README.html

Lines changed: 14 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -278,8 +278,20 @@
278278
<li>
279279
<a href="outline.html">Overview</a>
280280
</li>
281-
<li>
282-
<a href="handson.html">Hands-On</a>
281+
<li class="dropdown">
282+
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
283+
Hands-On
284+
285+
<span class="caret"></span>
286+
</a>
287+
<ul class="dropdown-menu" role="menu">
288+
<li>
289+
<a href="handson.html">Init / Clone / Pull &amp; Push</a>
290+
</li>
291+
<li>
292+
<a href="handson_branch.html">Branch / Merge / Revert</a>
293+
</li>
294+
</ul>
283295
</li>
284296
<li>
285297
<a href="markdown.html">Markdown</a>

docs/handson.html

Lines changed: 18 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111

1212

1313

14-
<title>Git Workshop - Hands-On</title>
14+
<title>Git: Init / Clone / Pull &amp; Push</title>
1515

1616
<script src="site_libs/jquery-1.11.3/jquery.min.js"></script>
1717
<meta name="viewport" content="width=device-width, initial-scale=1" />
@@ -280,8 +280,20 @@
280280
<li>
281281
<a href="outline.html">Overview</a>
282282
</li>
283-
<li>
284-
<a href="handson.html">Hands-On</a>
283+
<li class="dropdown">
284+
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">
285+
Hands-On
286+
287+
<span class="caret"></span>
288+
</a>
289+
<ul class="dropdown-menu" role="menu">
290+
<li>
291+
<a href="handson.html">Init / Clone / Pull &amp; Push</a>
292+
</li>
293+
<li>
294+
<a href="handson_branch.html">Branch / Merge / Revert</a>
295+
</li>
296+
</ul>
285297
</li>
286298
<li>
287299
<a href="markdown.html">Markdown</a>
@@ -306,7 +318,7 @@
306318

307319

308320

309-
<h1 class="title toc-ignore">Git Workshop - Hands-On</h1>
321+
<h1 class="title toc-ignore">Git: Init / Clone / Pull &amp; Push</h1>
310322

311323
</div>
312324

@@ -439,6 +451,8 @@ <h2>Pull</h2>
439451
<figure>
440452
<img src="images/git_push_pull.png" />
441453
</figure>
454+
<p><br></p>
455+
<p>Advance to Hands-On, Part 2: <a href="branch.html">Branch / Merge / Revert</a></p>
442456
<p> </p>
443457
<p> </p>
444458
</div>

0 commit comments

Comments
 (0)