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