diff options
Diffstat (limited to '_posts')
| -rw-r--r-- | _posts/2008-02-15-set-up-git-redirect.markdown | 2 | ||||
| -rw-r--r-- | _posts/2008-02-16-create-a-repo.markdown | 2 | ||||
| -rw-r--r-- | _posts/2009-06-13-fork-a-repo.markdown | 2 | ||||
| -rw-r--r-- | _posts/2009-06-13-linux-set-up-git.markdown | 1 | ||||
| -rw-r--r-- | _posts/2009-06-13-mac-set-up-git.markdown | 1 | ||||
| -rw-r--r-- | _posts/2009-06-13-win-set-up-git.markdown | 1 | ||||
| -rw-r--r-- | _posts/2009-06-24-creating-a-repo.markdown | 2 | ||||
| -rw-r--r-- | _posts/2009-06-25-deleting-a-repo.markdown | 2 | ||||
| -rw-r--r-- | _posts/2009-06-25-moving-a-repo.markdown | 2 | ||||
| -rw-r--r-- | _posts/2009-07-04-git-html-help.markdown | 2 | ||||
| -rw-r--r-- | _posts/2009-09-03-working-with-key-passphrases.textile | 2 |
11 files changed, 8 insertions, 11 deletions
diff --git a/_posts/2008-02-15-set-up-git-redirect.markdown b/_posts/2008-02-15-set-up-git-redirect.markdown index c8d5858..afecf45 100644 --- a/_posts/2008-02-15-set-up-git-redirect.markdown +++ b/_posts/2008-02-15-set-up-git-redirect.markdown @@ -2,7 +2,7 @@ layout: os_redirect title: Set Up Git description: A quick guide to help you get started with Git -categories: bootcamp +categories: beginner redirect_win: /win-set-up-git redirect_mac: /mac-set-up-git redirect_linux: /linux-set-up-git diff --git a/_posts/2008-02-16-create-a-repo.markdown b/_posts/2008-02-16-create-a-repo.markdown index d15501a..f10d79e 100644 --- a/_posts/2008-02-16-create-a-repo.markdown +++ b/_posts/2008-02-16-create-a-repo.markdown @@ -2,7 +2,7 @@ layout: default title: Create A Repo description: Create the place where your commits will be stored -categories: bootcamp +categories: beginner --- <span class="intro">If you’ve found yourself on this page, we’re assuming you’re brand new to Git and GitHub. This guide will walk you through the basics and explain a little bit about how everything works along the way.</span> diff --git a/_posts/2009-06-13-fork-a-repo.markdown b/_posts/2009-06-13-fork-a-repo.markdown index 8e8d3e1..eccf8df 100644 --- a/_posts/2009-06-13-fork-a-repo.markdown +++ b/_posts/2009-06-13-fork-a-repo.markdown @@ -2,7 +2,7 @@ layout: default title: Fork A Repo description: Copy a repo to create a new, unique project from its contents. -categories: bootcamp collaborating +categories: beginner --- <span class="intro">If you’ve found yourself on this page, we’re assuming you’re brand new to Git and GitHub. This guide will walk you through the basics and explain a little bit about how everything works along the way.</span> diff --git a/_posts/2009-06-13-linux-set-up-git.markdown b/_posts/2009-06-13-linux-set-up-git.markdown index b1968d4..474df21 100644 --- a/_posts/2009-06-13-linux-set-up-git.markdown +++ b/_posts/2009-06-13-linux-set-up-git.markdown @@ -2,7 +2,6 @@ layout: default title: Set Up Git (Linux) description: A quick guide to help you get started with Git -categories: linux --- <span class="intro">If you’ve found yourself on this page, we’re assuming you’re brand new to Git and GitHub. This guide will walk you through the basics and explain a little bit about how everything works along the way.</span> diff --git a/_posts/2009-06-13-mac-set-up-git.markdown b/_posts/2009-06-13-mac-set-up-git.markdown index ab060ad..bf270d5 100644 --- a/_posts/2009-06-13-mac-set-up-git.markdown +++ b/_posts/2009-06-13-mac-set-up-git.markdown @@ -2,7 +2,6 @@ layout: default title: Set Up Git (OSX) description: A quick guide to help you get started with Git -categories: mac --- <span class="intro">If you’ve found yourself on this page, we’re assuming you’re brand new to Git and GitHub. This guide will walk you through the basics and explain a little bit about how everything works along the way.</span> diff --git a/_posts/2009-06-13-win-set-up-git.markdown b/_posts/2009-06-13-win-set-up-git.markdown index 58310d1..91e6bd2 100644 --- a/_posts/2009-06-13-win-set-up-git.markdown +++ b/_posts/2009-06-13-win-set-up-git.markdown @@ -2,7 +2,6 @@ layout: default title: Set Up Git (Windows) description: A quick guide to help you get started with Git -categories: windows --- <span class="intro">If you’ve found yourself on this page, we’re assuming you’re brand new to Git and GitHub. This guide will walk you through the basics and explain a little bit about how everything works along the way.</span> diff --git a/_posts/2009-06-24-creating-a-repo.markdown b/_posts/2009-06-24-creating-a-repo.markdown index 515e4c2..98e3d64 100644 --- a/_posts/2009-06-24-creating-a-repo.markdown +++ b/_posts/2009-06-24-creating-a-repo.markdown @@ -2,7 +2,7 @@ layout: default title: Creating a repo description: How to create a new repo on GitHub -categories: repos +redirect_to: /create-a-repo --- Creating a new repo is a simple process. Log in and go to the [dashboard](https://github.com/). diff --git a/_posts/2009-06-25-deleting-a-repo.markdown b/_posts/2009-06-25-deleting-a-repo.markdown index 3b67373..05da252 100644 --- a/_posts/2009-06-25-deleting-a-repo.markdown +++ b/_posts/2009-06-25-deleting-a-repo.markdown @@ -2,7 +2,7 @@ layout: default title: Deleting a repo description: How to remove a repo from your GitHub account -categories: repos +categories: beginner --- <p class="attention">Deleting a private repo will delete all forks of the repo. Deleting a public repo will not.</p> diff --git a/_posts/2009-06-25-moving-a-repo.markdown b/_posts/2009-06-25-moving-a-repo.markdown index dd60665..3f33ac5 100644 --- a/_posts/2009-06-25-moving-a-repo.markdown +++ b/_posts/2009-06-25-moving-a-repo.markdown @@ -2,7 +2,7 @@ layout: default title: Moving a repo description: How to move a repo from one account to another -categories: repos +categories: beginner --- This guide details the process of moving a repo to another account. diff --git a/_posts/2009-07-04-git-html-help.markdown b/_posts/2009-07-04-git-html-help.markdown index d77d28f..6c268b0 100644 --- a/_posts/2009-07-04-git-html-help.markdown +++ b/_posts/2009-07-04-git-html-help.markdown @@ -2,7 +2,7 @@ layout: default title: Installing Git HTML help description: How to install the local git HTML help files -categories: other +categories: intermediate --- <p class="intro">This guide will help you install the local git HTML help files and set git to use them by default instead of the man pages.</p> diff --git a/_posts/2009-09-03-working-with-key-passphrases.textile b/_posts/2009-09-03-working-with-key-passphrases.textile index e585983..8a0bfc6 100644 --- a/_posts/2009-09-03-working-with-key-passphrases.textile +++ b/_posts/2009-09-03-working-with-key-passphrases.textile @@ -2,7 +2,7 @@ layout: default title: Working with SSH key passphrases description: SSH key passphrases, why you should use them, and how to avoid re-entering them -categories: windows mac troubleshooting +categories: troubleshooting --- <p class="intro">This guide will step you through the process of securing your ssh keys while avoiding re-entry of your passphrase every time you use the key.</p> |
