From 1930383a2ed6c45fbe77b544f86ae6da4931bf81 Mon Sep 17 00:00:00 2001 From: Thamognya Kodi Date: Mon, 2 Jan 2023 23:35:36 +0700 Subject: [PATCH] update: look at todo --- scripts/git.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/git.sh b/scripts/git.sh index 15aabf5..c337bf2 100755 --- a/scripts/git.sh +++ b/scripts/git.sh @@ -1,5 +1,7 @@ #!/bin/sh +git add . +git commit -m 'update: look at todo' git add . git commit -m 'update: look at todo' git push origin master