From 40949be6f1a65b6a3023d6b602b846bfaa5e62c2 Mon Sep 17 00:00:00 2001 From: rv Date: Mon, 13 Nov 2023 01:04:05 -0700 Subject: [PATCH] modified: Commit.sh 11-13-2023 01:04 --- Commit.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Commit.sh b/Commit.sh index 05890cd..602f036 100755 --- a/Commit.sh +++ b/Commit.sh @@ -1,5 +1,4 @@ #!/bin/bash git add . git commit -m "$(date +%m-%d-%y_%H:%M:%S)" -git push - +git push \ No newline at end of file