6 lines
98 B
Plaintext
6 lines
98 B
Plaintext
|
source_up
|
||
|
dotenv
|
||
|
|
||
|
export GIT_NAME=`git config user.name`
|
||
|
export GIT_EMAIL=`git config user.email`
|