From fd992fa04c0eef32696e7423e7197b6a9fd02056 Mon Sep 17 00:00:00 2001 From: Morgan Date: Wed, 1 Nov 2023 21:58:06 +0900 Subject: [PATCH] Fix --- scripts/push.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/scripts/push.sh b/scripts/push.sh index 4ee0384..29dceb6 100755 --- a/scripts/push.sh +++ b/scripts/push.sh @@ -1,3 +1,4 @@ +git pull git add $(git rev-parse --show-toplevel) git commit -m 'Fix' git push origin