From 88b5419e9d159951b932207d5969c34e25cc7091 Mon Sep 17 00:00:00 2001 From: Gogs Date: Tue, 10 Dec 2019 00:55:55 +0400 Subject: [PATCH] Updates --- UpdateClient.sh | 2 ++ UpdateGit.sh | 3 +++ 2 files changed, 5 insertions(+) create mode 100644 UpdateClient.sh create mode 100644 UpdateGit.sh diff --git a/UpdateClient.sh b/UpdateClient.sh new file mode 100644 index 0000000..0e15eff --- /dev/null +++ b/UpdateClient.sh @@ -0,0 +1,2 @@ +git fetch +git pull \ No newline at end of file diff --git a/UpdateGit.sh b/UpdateGit.sh new file mode 100644 index 0000000..65cc96a --- /dev/null +++ b/UpdateGit.sh @@ -0,0 +1,3 @@ +git add . +git commit -m "Updates" +git push \ No newline at end of file