From 195bb6e477231b96c18b2062f1ef59d64a6f81cd Mon Sep 17 00:00:00 2001 From: tekkub Date: Sun, 6 Mar 2011 03:32:18 -0700 Subject: Use a common include for the email settings --- _posts/2009-06-20-git-email-settings.markdown | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 _posts/2009-06-20-git-email-settings.markdown (limited to '_posts/2009-06-20-git-email-settings.markdown') diff --git a/_posts/2009-06-20-git-email-settings.markdown b/_posts/2009-06-20-git-email-settings.markdown new file mode 100644 index 0000000..462fd5f --- /dev/null +++ b/_posts/2009-06-20-git-email-settings.markdown @@ -0,0 +1,12 @@ +--- +layout: default +title: Setting user name, email and GitHub token +description: Configure your local git installation so that commits are linked to your GitHub account +categories: troubleshooting popular +--- + +This guide covers basic git settings you should set before making any commits. + +Please note that config changes will only affect future commits. Existing commits will retain the info they were committed with. Also, the environment variables `GIT_COMMITTER_NAME`, `GIT_COMMITTER_EMAIL`, `GIT_AUTHOR_NAME` and `GIT_AUTHOR_EMAIL` will override git-config settings if they are defined. + +{% include email_setup.markdown %} -- cgit v1.3.1