Skip to content

Commit 47c4ffa

Browse files
committed
Deploying to gh-pages from @ 3a992fa 🚀
1 parent 7748daf commit 47c4ffa

1 file changed

Lines changed: 6 additions & 4 deletions

File tree

index.html

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -761,6 +761,11 @@ <h2>How does Git work?</h2>
761761
</div>
762762
</div>
763763
<p><br></p>
764+
<div class="fragment">
765+
<h3 id="commits-contain-changes">Commits contain <em>changes</em></h3>
766+
<p>Not actually <em>snapshots</em> of a file.</p>
767+
<p>But can recreate a state from a sequence of changes.</p>
768+
</div>
764769
</section>
765770
<section id="demo" class="slide level2">
766771
<h2>Demo</h2>
@@ -770,12 +775,9 @@ <h2>Demo</h2>
770775
<p>or</p>
771776
<div id="qrcode" class="qrcode"></div>
772777
<script type="text/javascript">
773-
var qrcode = new QRCode("qrcode", {"width":"350","height":"350","colorLight":"#ffffff","colorDark":"#000000","text":"https://onlywei.github.io/explain-git-with-d3"});
778+
var qrcode = new QRCode("qrcode", {"height":"350","colorLight":"#ffffff","colorDark":"#000000","text":"https://onlywei.github.io/explain-git-with-d3","width":"350"});
774779
</script>
775780

776-
<h3 id="commits-contain-changes">Commits contain <em>changes</em></h3>
777-
<p>Not actually <em>snapshots</em> of a file.</p>
778-
<p>But can recreate a state from a sequence of changes.</p>
779781
</section>
780782
<section id="making-a-commit-fa-solid-code-commit" class="slide level2">
781783
<h2>Making a commit <i class="fa-solid fa-code-commit" aria-label="code-commit"></i></h2>

0 commit comments

Comments
 (0)