From 513f0b52d767b60286ad2bc696670636afbf4d0b Mon Sep 17 00:00:00 2001 From: tekkub Date: Mon, 27 Jul 2009 01:56:51 -0600 Subject: Remove 'guide' layout --- _posts/2009-06-20-git-email-settings.textile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to '_posts/2009-06-20-git-email-settings.textile') diff --git a/_posts/2009-06-20-git-email-settings.textile b/_posts/2009-06-20-git-email-settings.textile index 7a02f7c..11bd678 100644 --- a/_posts/2009-06-20-git-email-settings.textile +++ b/_posts/2009-06-20-git-email-settings.textile @@ -1,11 +1,12 @@ --- -layout: guide +layout: default title: Setting user name, email and GitHub token -subtitle: This guide covers basic git settings you should set before making any commits description: Configure your local git installation so that commits are linked to your GitHub account categories: setup --- +This guide covers basic git settings you should set before making any commits + h2. Setting user name and email globally in git Git needs to know your username and email address to properly credit your commits. Setting this setting will also let GitHub link the commits you make to your GitHub account. Only commits made after you change this setting will use the new info, old commits will preserve the info they were committed with. -- cgit v1.3.1