diff --git a/UpdateClient.sh b/UpdateClient.sh old mode 100644 new mode 100755 index 0e15eff..a5fac0c --- a/UpdateClient.sh +++ b/UpdateClient.sh @@ -1,2 +1,3 @@ +git config --global credential.helper cache git fetch git pull \ No newline at end of file diff --git a/UpdateGit.sh b/UpdateGit.sh old mode 100644 new mode 100755 index 65cc96a..a9d9e80 --- a/UpdateGit.sh +++ b/UpdateGit.sh @@ -1,3 +1,4 @@ +git config --global credential.helper cache git add . git commit -m "Updates" git push \ No newline at end of file