summaryrefslogtreecommitdiff
path: root/_posts/2009-06-20-git-email-settings.markdown
diff options
context:
space:
mode:
authortekkub <tekkub@gmail.com>2011-03-06 03:32:18 -0700
committertekkub <tekkub@gmail.com>2011-03-06 03:32:18 -0700
commit195bb6e477231b96c18b2062f1ef59d64a6f81cd (patch)
tree969c3a39495ef01827896c82901feaa41f637270 /_posts/2009-06-20-git-email-settings.markdown
parentc654942c1ca3c7eec0644ed40238a9d53129ae93 (diff)
Use a common include for the email settings
Diffstat (limited to '_posts/2009-06-20-git-email-settings.markdown')
-rw-r--r--_posts/2009-06-20-git-email-settings.markdown12
1 files changed, 12 insertions, 0 deletions
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 %}