diff options
Diffstat (limited to '_posts')
| -rw-r--r-- | _posts/2009-06-13-fork-a-repo.markdown | 1 | ||||
| -rw-r--r-- | _posts/2009-06-15-linux-key-setup.markdown | 1 | ||||
| -rw-r--r-- | _posts/2009-06-15-mac-key-setup.markdown | 1 | ||||
| -rw-r--r-- | _posts/2009-06-16-troubleshooting-common-issues.markdown | 1 | ||||
| -rw-r--r-- | _posts/2009-09-03-working-with-key-passphrases.textile | 1 | ||||
| -rw-r--r-- | _posts/2009-10-05-dealing-with-lineendings.textile | 1 | ||||
| -rw-r--r-- | _posts/2009-11-17-testing-webhooks.textile | 1 | ||||
| -rw-r--r-- | _posts/2010-08-29-pull-requests.md | 1 | ||||
| -rw-r--r-- | _posts/2011-02-15-set-up-git-redirect.markdown | 1 | ||||
| -rw-r--r-- | _posts/2011-02-16-create-a-repo.markdown | 1 | ||||
| -rw-r--r-- | _posts/2011-02-18-be-social.markdown | 1 |
11 files changed, 0 insertions, 11 deletions
diff --git a/_posts/2009-06-13-fork-a-repo.markdown b/_posts/2009-06-13-fork-a-repo.markdown index e6bf305..439f838 100644 --- a/_posts/2009-06-13-fork-a-repo.markdown +++ b/_posts/2009-06-13-fork-a-repo.markdown @@ -3,7 +3,6 @@ layout: default title: Fork A Repo description: Copy a repo to create a new, unique project from its contents. categories: bootcamp collaborating -main_category: bootcamp --- <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-15-linux-key-setup.markdown b/_posts/2009-06-15-linux-key-setup.markdown index ba627f4..2093e10 100644 --- a/_posts/2009-06-15-linux-key-setup.markdown +++ b/_posts/2009-06-15-linux-key-setup.markdown @@ -3,7 +3,6 @@ layout: default title: Generating SSH keys (Linux) description: Setting up SSH keys on Linux categories: linux -main_category: setup --- This guide will step you through the process of generating a keypair on linux and uploading it to GitHub. We use Ubuntu and bash in this guide, command may vary depending on your linux flavor and shell. diff --git a/_posts/2009-06-15-mac-key-setup.markdown b/_posts/2009-06-15-mac-key-setup.markdown index 100e9b1..9449be5 100644 --- a/_posts/2009-06-15-mac-key-setup.markdown +++ b/_posts/2009-06-15-mac-key-setup.markdown @@ -3,7 +3,6 @@ layout: default title: Generating SSH keys (OSX) description: Setting up SSH keys on Mac OSX categories: mac -main_category: setup --- This guide will step you through the process of generating a keypair on Mac OSX and uploading it to GitHub diff --git a/_posts/2009-06-16-troubleshooting-common-issues.markdown b/_posts/2009-06-16-troubleshooting-common-issues.markdown index dce7741..787eba0 100644 --- a/_posts/2009-06-16-troubleshooting-common-issues.markdown +++ b/_posts/2009-06-16-troubleshooting-common-issues.markdown @@ -3,7 +3,6 @@ layout: default title: Common issues and questions description: Solutions to the most common issues and answers to common questions categories: troubleshooting popular -main_category: troubleshooting --- I can't push, "Permission denied (publickey)" diff --git a/_posts/2009-09-03-working-with-key-passphrases.textile b/_posts/2009-09-03-working-with-key-passphrases.textile index 1685267..8941a73 100644 --- a/_posts/2009-09-03-working-with-key-passphrases.textile +++ b/_posts/2009-09-03-working-with-key-passphrases.textile @@ -3,7 +3,6 @@ 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 -main_category: setup --- 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. diff --git a/_posts/2009-10-05-dealing-with-lineendings.textile b/_posts/2009-10-05-dealing-with-lineendings.textile index 6d7e3f1..8e99023 100644 --- a/_posts/2009-10-05-dealing-with-lineendings.textile +++ b/_posts/2009-10-05-dealing-with-lineendings.textile @@ -3,7 +3,6 @@ layout: default title: Dealing with line endings description: How to ensure that line endings are consistent in your repo categories: troubleshooting windows mac linux -main_category: windows --- Line endings... the scourge of every Windows-based developer that tries to mingle with linux- or mac-based developers. Though most modern text editors can handle both newline types without issue, git is not as graceful. diff --git a/_posts/2009-11-17-testing-webhooks.textile b/_posts/2009-11-17-testing-webhooks.textile index 6fe72d4..dc3e871 100644 --- a/_posts/2009-11-17-testing-webhooks.textile +++ b/_posts/2009-11-17-testing-webhooks.textile @@ -3,7 +3,6 @@ layout: default title: Testing webhooks description: How to test post-receive webhook calls from your repo categories: collaborating troubleshooting -main_category: troubleshooting --- Testing that a webhook works can be a bit of a pain. Thankfully with the help of "PostBin":http://www.postbin.org/ the pain can be avoided. diff --git a/_posts/2010-08-29-pull-requests.md b/_posts/2010-08-29-pull-requests.md index fedbfed..f88f67d 100644 --- a/_posts/2010-08-29-pull-requests.md +++ b/_posts/2010-08-29-pull-requests.md @@ -3,7 +3,6 @@ layout: default title: Sending pull requests description: How to notify others of your changes using Pull Requests. categories: collaborating -main_category: collaborating --- <style type="text/css"> diff --git a/_posts/2011-02-15-set-up-git-redirect.markdown b/_posts/2011-02-15-set-up-git-redirect.markdown index 8209e30..932ef99 100644 --- a/_posts/2011-02-15-set-up-git-redirect.markdown +++ b/_posts/2011-02-15-set-up-git-redirect.markdown @@ -3,7 +3,6 @@ layout: default title: Set Up Git description: A quick guide to help you get started with Git categories: bootcamp -main_category: bootcamp --- Attempting to redirect to the guide for your OS. If the redirect fails, pick your OS: diff --git a/_posts/2011-02-16-create-a-repo.markdown b/_posts/2011-02-16-create-a-repo.markdown index fb67672..ecfc3fe 100644 --- a/_posts/2011-02-16-create-a-repo.markdown +++ b/_posts/2011-02-16-create-a-repo.markdown @@ -3,7 +3,6 @@ layout: default title: Create A Repo description: Create the place where your commits will be stored categories: bootcamp -main_category: bootcamp --- <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/2011-02-18-be-social.markdown b/_posts/2011-02-18-be-social.markdown index 75e45bd..ea90003 100644 --- a/_posts/2011-02-18-be-social.markdown +++ b/_posts/2011-02-18-be-social.markdown @@ -3,7 +3,6 @@ layout: default title: Be Social description: Follow a friend. Watch a project. categories: bootcamp -main_category: bootcamp --- <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> |
