typo in the readme.
This commit is contained in:
@@ -376,7 +376,7 @@ 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:**
|
**Put the following in your ~/.secrets file which is automatically referenced by the provided zshrc:**
|
||||||
|
|
||||||
# Set your git user info
|
# Set your git user info
|
||||||
export GIT_AUTHOR_NAME='You Name'
|
export GIT_AUTHOR_NAME='Your Name'
|
||||||
export GIT_AUTHOR_EMAIL='you@domain.com'
|
export GIT_AUTHOR_EMAIL='you@domain.com'
|
||||||
export GIT_COMMITTER_NAME='Your Name'
|
export GIT_COMMITTER_NAME='Your Name'
|
||||||
export GIT_COMMITTER_EMAIL='you@domain.com'
|
export GIT_COMMITTER_EMAIL='you@domain.com'
|
||||||
|
|||||||
Reference in New Issue
Block a user