From 9caeb8d20e6120c69723615b5b333e7d43872f8f Mon Sep 17 00:00:00 2001 From: Jafner <40403594+Jafner@users.noreply.github.com> Date: Thu, 30 Sep 2021 00:47:31 -0700 Subject: [PATCH] Add Git info to git pull --- init.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/init.sh b/init.sh index d1abdaa..951dc8f 100644 --- a/init.sh +++ b/init.sh @@ -106,6 +106,8 @@ else git add . git commit -m "Init" git remote add upstream $DL_LINK + git config user.email "autodeploy@jafner.tools" + git config user.name "AutoDeploy" fi echo " === Using latest version on $DL_LINK" echo " === Starting!"