Skip to content

Commit

Permalink
Change think-with-git to think-git
Browse files Browse the repository at this point in the history
  • Loading branch information
kdheepak committed Oct 30, 2015
1 parent b415245 commit a0a3ceb
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 9 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ modification, are permitted provided that the following conditions are met:
this list of conditions and the following disclaimer in the documentation
and/or other materials provided with the distribution.

* Neither the name of think-with-git nor the names of its
* Neither the name of think-git nor the names of its
contributors may be used to endorse or promote products derived from
this software without specific prior written permission.

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1 +1 @@
# [think-with-git](http://kdheepak.com/think-with-git)
# [think-git](http://kdheepak.com/think-git)
14 changes: 7 additions & 7 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<script src='http://d3js.org/d3.v3.min.js'></script>
<!-- gitgraph.js -->
<script src="js/gitgraph.js"></script>
<title>Think With Git</title>
<title>Think Git</title>
</head>

<body>
Expand All @@ -20,7 +20,7 @@
<div class="slides">

<section data-state="title-event" data-transition="slide">
<h1 class="title">Think With Git</h1>
<h1 class="title">Think Git</h1>
<div id="divchart">
<svg id="title-chart"></svg>
</div>
Expand Down Expand Up @@ -123,7 +123,7 @@ <h3>Distributed non linear workflows</h3>
</p>
</section>
<section id="section" class="slide level2">
<p class="center" style="position: absolute">
<p class="center">
The Git Parable
<br>
<img src="img/git-parable.png" alt="The Git Parable">
Expand All @@ -143,15 +143,15 @@ <h1>A brief history of Git</h1>
</ul>
</section>
<section class="slide level2">
<p class="center" style="position: absolute">
<p class="center">
<code>git blame README</code>
<img src="img/git-readme.png" height=auto alt="Article on Git in 2005">
<img src="img/git-readme.png" height=auto alt="git readme">
<br>
<a href="https://github.com/git/git/blame/master/README" data-preview-link>Link</a>
</p>
</section>
<section class="slide level2">
<p class="center" style="position: absolute">
<p class="center">
<Linus on why he created git>
<img src="img/git-2005-article.png" height=auto alt="Article on Git in 2005">
<br>
Expand Down Expand Up @@ -195,7 +195,7 @@ <h1>Git</h1>
</section>
</section>

<section data-background-video="https://github.com/kdheepak89/think-with-git/blob/gh-pages/img/git-demo.mov?raw=true" data-background-color="#000000">
<section data-background-video="https://github.com/kdheepak89/think-git/blob/gh-pages/img/git-demo.mov?raw=true" data-background-color="#000000">
</section>

<section data-state="demo1-event" data-transition="slide">
Expand Down

0 comments on commit a0a3ceb

Please sign in to comment.