mirror of
https://github.com/jimeh/dotfiles.git
synced 2026-02-19 08:26:42 +00:00
Ensure GIT_AUTHOR_* environment vars are set correctly
This commit is contained in:
@@ -3,8 +3,8 @@
|
||||
#
|
||||
|
||||
# Author name
|
||||
export GIT_AUTHOR_NAME="`git config user.name`"
|
||||
export GIT_AUTHOR_EMAIL="`git config user.email`"
|
||||
export GIT_AUTHOR_NAME="`git config --global user.name`"
|
||||
export GIT_AUTHOR_EMAIL="`git config --global user.email`"
|
||||
|
||||
# Aliases
|
||||
alias g="git"
|
||||
|
||||
Reference in New Issue
Block a user