From bb5b825ec4ef65e1270091ddbe8d66019be031b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Yann=20M=C3=B6lle?= Date: Thu, 27 Apr 2023 13:58:08 +0200 Subject: [PATCH] =?UTF-8?q?=E2=80=9Epushchanges.sh=E2=80=9C=20hinzuf=C3=BC?= =?UTF-8?q?gen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pushchanges.sh | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 pushchanges.sh diff --git a/pushchanges.sh b/pushchanges.sh new file mode 100644 index 0000000..cff7603 --- /dev/null +++ b/pushchanges.sh @@ -0,0 +1,5 @@ +git add . +echo Write a short commit: +read commit +git commit -m " '$commit' " +git push \ No newline at end of file