diff options
Diffstat (limited to '_posts/2009-06-20-git-email-settings.markdown')
| -rw-r--r-- | _posts/2009-06-20-git-email-settings.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/_posts/2009-06-20-git-email-settings.markdown b/_posts/2009-06-20-git-email-settings.markdown index 462fd5f..e29eec5 100644 --- a/_posts/2009-06-20-git-email-settings.markdown +++ b/_posts/2009-06-20-git-email-settings.markdown @@ -5,8 +5,8 @@ description: Configure your local git installation so that commits are linked to categories: troubleshooting popular --- -This guide covers basic git settings you should set before making any commits. +<p class="intro">This guide covers basic git settings you should set before making any commits.</p> -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. +<p class="intro">Please note that config changes will only affect future commits. Existing commits will retain the info they were committed with. Also, the environment variables <code>GIT_COMMITTER_NAME</code>, <code>GIT_COMMITTER_EMAIL</code>, <code>GIT_AUTHOR_NAME</code> and <code>GIT_AUTHOR_EMAIL</code> will override git-config settings if they are defined.</p> {% include email_setup.markdown %} |
