From 3f48d0d43577a836d09b1848065daa5119226197 Mon Sep 17 00:00:00 2001 From: Michael Date: Sun, 18 Feb 2024 18:05:11 +0000 Subject: [PATCH] removed push shell script --- push.sh | 5 ----- 1 file changed, 5 deletions(-) delete mode 100755 push.sh diff --git a/push.sh b/push.sh deleted file mode 100755 index a1e7765..0000000 --- a/push.sh +++ /dev/null @@ -1,5 +0,0 @@ -#!/bin/sh - -git add . -git commit -m "fixed" -git push origin master