From c0c8d4d76691eac5eb3f9f5ca84db85d41a4ac9d Mon Sep 17 00:00:00 2001 From: Bernhard Date: Wed, 17 Dec 2025 19:22:37 +0100 Subject: [PATCH] =?UTF-8?q?Commit=20script=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/git_commit_push.sh | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100755 scripts/git_commit_push.sh diff --git a/scripts/git_commit_push.sh b/scripts/git_commit_push.sh new file mode 100755 index 0000000..94d7053 --- /dev/null +++ b/scripts/git_commit_push.sh @@ -0,0 +1,6 @@ +#!/bin/bash + +git add --all +git commit -am "$1" +git push +