From 77bcd9cab77dd7a1e4bae7057437cf2c74f2572f Mon Sep 17 00:00:00 2001 From: Valeria Fadeeva Date: Mon, 7 Oct 2024 00:38:22 +0500 Subject: [PATCH] Update --- push.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/push.sh b/push.sh index 345883e..434d0f3 100755 --- a/push.sh +++ b/push.sh @@ -1,5 +1,6 @@ #!/bin/bash -git add . && git commit -m "Update" && git push +git add . && git commit -m "Update" +git push echo "Ready"