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