From c20255c13b32c5b71e98a2b2587b487fb4c2b448 Mon Sep 17 00:00:00 2001 From: Petar Cubela Date: Mon, 17 Jun 2024 15:05:53 +0200 Subject: [PATCH] test --- git-commit_and_push.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 git-commit_and_push.sh diff --git a/git-commit_and_push.sh b/git-commit_and_push.sh new file mode 100644 index 0000000..3e84fb9 --- /dev/null +++ b/git-commit_and_push.sh @@ -0,0 +1,3 @@ +#!/bin/bash + +git add . && git commit -m "$1" && git push -u origin main