Add Git info to git pull
This commit is contained in:
parent
0f1a8746e7
commit
4e91cdc8f3
@ -106,6 +106,8 @@ else
|
|||||||
git add .
|
git add .
|
||||||
git commit -m "Init"
|
git commit -m "Init"
|
||||||
git remote add upstream $DL_LINK
|
git remote add upstream $DL_LINK
|
||||||
|
git config user.email "autodeploy@jafner.tools"
|
||||||
|
git config user.name "AutoDeploy"
|
||||||
fi
|
fi
|
||||||
echo " === Using latest version on $DL_LINK"
|
echo " === Using latest version on $DL_LINK"
|
||||||
echo " === Starting!"
|
echo " === Starting!"
|
||||||
|
Loading…
Reference in New Issue
Block a user