summaryrefslogtreecommitdiff
path: root/_posts/2009-06-20-git-email-settings.textile
diff options
context:
space:
mode:
authortekkub <tekkub@gmail.com>2009-07-27 01:56:51 -0600
committertekkub <tekkub@gmail.com>2009-07-27 01:56:51 -0600
commit513f0b52d767b60286ad2bc696670636afbf4d0b (patch)
treee54b0de42037b1402cbe2815c561ebd113992389 /_posts/2009-06-20-git-email-settings.textile
parent0b1e2aef5e6c0008c2d9d2504d1ca9bfe2100e8a (diff)
Remove 'guide' layout
Diffstat (limited to '_posts/2009-06-20-git-email-settings.textile')
-rw-r--r--_posts/2009-06-20-git-email-settings.textile5
1 files changed, 3 insertions, 2 deletions
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.