diff --git a/shell/git.sh b/shell/git.sh index 2f004b4..ccadc6c 100755 --- a/shell/git.sh +++ b/shell/git.sh @@ -2,10 +2,6 @@ # Git # -# Author name -export GIT_AUTHOR_NAME="`git config --global user.name`" -export GIT_AUTHOR_EMAIL="`git config --global user.email`" - # Aliases alias g="git" alias gi="git"