From c0d8c402c3492ae2abff49e8d16d894dba41e55d Mon Sep 17 00:00:00 2001 From: Kyle West Date: Tue, 24 Jan 2012 13:34:34 -0500 Subject: [PATCH] Updated readme with proper git user config. --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 5262103..34adbf3 100644 --- a/README.md +++ b/README.md @@ -375,10 +375,15 @@ Since the gitconfig doesn't contain the user info, I recommend using env variabl **Put the following in your ~/.secrets file which is automatically referenced by the provided zshrc:** - export GIT_AUTHOR_NAME=yourname - export GIT_AUTHOR_EMAIL=you@domain.com - export GIT_COMITTER_NAME=yourname - export GIT_COMITTER_EMAIL=you@domain.com + # Set your git user info + export GIT_AUTHOR_NAME='You Name' + export GIT_AUTHOR_EMAIL='you@domain.com' + export GIT_COMMITTER_NAME='Your Name' + export GIT_COMMITTER_EMAIL='you@domain.com' + + # Optionally, set your GitHub credentials + export GITHUB_USER='your_user_name' + export GITHUB_TOKEN='your_github_token' **Some of the customizations provided include:** @@ -440,3 +445,4 @@ COMING SOON For more tips and tricks --- Follow my blog: http://yanpritzker.com +