summaryrefslogtreecommitdiff
path: root/_posts
diff options
context:
space:
mode:
authortekkub <tekkub@gmail.com>2009-07-02 12:56:45 -0600
committertekkub <tekkub@gmail.com>2009-07-02 12:56:45 -0600
commitf4092cbf7f3896b7eeab8ba4544e93f5010c05c2 (patch)
treedc7665a97fc5db8e3dd9ad7fa8631f622d3c2a65 /_posts
parent12c87f192d537920c2193611535903b731e4cb02 (diff)
More details in the email settings guide
Diffstat (limited to '_posts')
-rw-r--r--_posts/2009-06-20-git-email-settings.textile2
1 files changed, 1 insertions, 1 deletions
diff --git a/_posts/2009-06-20-git-email-settings.textile b/_posts/2009-06-20-git-email-settings.textile
index 2b4ecf4..fd01a96 100644
--- a/_posts/2009-06-20-git-email-settings.textile
+++ b/_posts/2009-06-20-git-email-settings.textile
@@ -8,7 +8,7 @@ categories: setup
h3. 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.
+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.
p(. _The "email" setting does not have to be a valid email address, it only need match the "user@server" naming scheme._