This repository has been archived by the owner. It is now read-only.
Permalink
Please sign in to comment.
Browse files
Merge pull request #91 from github/slide-titles
Resolved "title" for all Foundations Slide Deck materials
- Loading branch information...
Showing
with
34 additions
and 79 deletions.
- +5 −14 _includes/hydeslides/slidedeck.html
- +0 −2 presentations/_posts/checkout/{0001-01-01-checkoutpurpose.md → 0001-01-01-Purpose-of-Checkout.md}
- +0 −2 presentations/_posts/checkout/{0002-01-01-checkoutoptions.md → 0002-01-01-Checkout-Options.md}
- +0 −1 presentations/_posts/commit/{0001-01-01-commitflow.md → 0001-01-01-Three-Stage-Thinking.md}
- +0 −1 presentations/_posts/commit/{0001-02-01-commitconcept.md → 0001-02-01-Shopping-Cart-Analogy.md}
- +0 −1 presentations/_posts/commit/{0003-01-01-yourfirstcommit.md → 0003-01-01-Your-First-Commit.md}
- 0 presentations/_posts/config/{0001-01-01-title.md → 0001-01-01-Viewing-All.md}
- 0 presentations/_posts/config/{0002-01-01-title.md → 0002-01-01-Scopes.md}
- +1 −1 presentations/_posts/config/{0002-02-01-title.md → 0002-02-01-Config-Scopes-Visualization.md}
- 0 presentations/_posts/config/{0003-01-01-title.md → 0003-01-01-User-Information.md}
- 0 presentations/_posts/config/{0006-01-01-title.md → 0006-01-01-Additional-Setup.md}
- +1 −1 presentations/_posts/diff/{0002-01-01-title.md → 0001-01-01-Reviewing-Changes.md}
- +0 −7 presentations/_posts/diff/0001-01-01-title.md
- +0 −2 presentations/_posts/diff/{0003-01-01-title.md → 0002-01-01-Comparing-Against-Staged.md}
- +0 −1 presentations/_posts/diff/{0004-01-01-title.md → 0003-01-01-Comparing-Against-History.md}
- +0 −1 presentations/_posts/diff/{0005-01-01-title.md → 0004-01-01-Diff-Options.md}
- +3 −3 presentations/_posts/git/0001-01-01-Git.md
- +0 −2 ...entations/_posts/github/forking/{0001-01-01-forkingpurpose.md → 0001-01-01-Purpose-of-Forking.md}
- +0 −1 presentations/_posts/github/intro/{0001-01-01-githubintro.md → 0001-01-01-GitHub-Hosted-Repo.md}
- +0 −1 ...entations/_posts/github/intro/{0002-01-01-clonefromgithub.md → 0002-01-01-Cloning-from-GitHub.md}
- +0 −1 presentations/_posts/ignore/{0002-01-01-title.md → 0002-01-01-Ignoring-Files.md}
- +0 −1 presentations/_posts/ignore/{0003-01-01-title.md → 0003-01-01-Excludes-File.md}
- +0 −1 presentations/_posts/init/{0001-01-01-title.md → 0001-01-01-Repository-from-Scratch.md}
- +0 −1 presentations/_posts/init/{0002-01-01-title.md → 0002-01-01-Repository-from-Existing-Dir.md}
- +10 −0 presentations/_posts/intro/0001-01-01-GitHub-Social-Coding.md
- +0 −8 presentations/_posts/intro/0001-01-01-introgithublogo.md
- +0 −1 presentations/_posts/network/{0001-01-01-title.md → 0001-01-01-Remotes.md}
- +0 −1 presentations/_posts/network/{0002-01-01-addingaremote.md → 0002-01-01-Adding-a-Remote.md}
- +0 −1 ...entations/_posts/network/{0003-01-01-remoteareimmutable.md → 0003-01-01-Remotes-Are-Immutable.md}
- +0 −1 ...tations/_posts/network/{0005-01-01-listremotebranches.md → 0005-01-01-Listing-Remote-Branches.md}
- +0 −1 presentations/_posts/network/{0006-01-01-title.md → 0006-01-01-Sharing-with-a-Push.md}
- +0 −1 presentations/_posts/network/{0007-01-01-title.md → 0007-01-01-Pull-vs-Fetch.md}
- +4 −3 presentations/_posts/preroll/0001-01-01-Preroll.md
- +0 −1 presentations/_posts/rebase/{0001-01-01-title.md → 0001-01-01-Reasons-for-Rebasing.md}
- +0 −2 presentations/_posts/rebase/{0002-01-01-title.md → 0002-01-01-Rebase-Fastforward.md}
- +0 −1 presentations/_posts/rebase/{0003-01-01-title.md → 0003-01-01-Rebase-Against-a-Branch.md}
- +0 −1 presentations/_posts/rebase/{0004-01-01-title.md → 0004-01-01-Interactive-Rebasing.md}
- +0 −1 presentations/_posts/rebase/{0005-01-01-title.md → 0005-01-01-Performing-an-Interactive-Rebase.md}
- +0 −1 presentations/_posts/reset/{0001-01-01-title.md → 0001-01-01-Recover-from-History.md}
- +1 −1 presentations/_posts/reset/{0002-01-01-title.md → 0002-01-01-Hard-Reset-Warning.md}
- +0 −1 presentations/_posts/rm-mv/{0001-01-01-title.md → 0001-01-01-5-States-of-Tracking.md}
- +0 −1 presentations/_posts/rm-mv/{0002-01-01-title.md → 0002-01-01-Eliminate-from-Repo.md}
- +0 −1 presentations/_posts/rm-mv/{0002-02-01-title.md → 0002-02-01-Stop-Tracking.md}
- +0 −1 presentations/_posts/rm-mv/{0007-01-01-title.md → 0007-01-01-Move-and-Stage.md}
- +0 −1 presentations/_posts/rm-mv/{0008-01-01-title.md → 0008-01-01-Similarity-Index.md}
- +1 −1 presentations/_posts/setup/{0001-01-01-title.md → 0001-01-01-GitHub-Account.md}
- +1 −1 presentations/_posts/setup/{0002-01-01-title.md → 0002-01-01-GitHub-Installers.md}
- +1 −1 presentations/_posts/setup/{0004-01-01-title.md → 0004-01-01-Git-Version.md}
- +6 −1 presentations/dependencies/themes/core/core.css
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
@@ -1,7 +0,0 @@ | ||
---- | ||
-chapter: Diff | ||
-layout: slide | ||
-title: Reviewing Changes | ||
-tags: ['diff'] | ||
-categories: ['slidecontent'] | ||
---- |
@@ -0,0 +1,10 @@ | ||
+--- | ||
+chapter: 'Git' | ||
+cover: false | ||
+heading: false | ||
+layout: slide | ||
+tags: ['intro'] | ||
+--- | ||
+ | ||
+ | ||
+<div class="brand"></div> |
@@ -1,8 +0,0 @@ | ||
---- | ||
-chapter: '' | ||
-layout: slide | ||
-title: '' | ||
-tags: ['intro'] | ||
---- | ||
- | ||
-<div class="brand"></div> |

Oops, something went wrong.
0 comments on commit
f029691