From 6895ca3e9a1117c91ed340f2536fdc79ca583bc7 Mon Sep 17 00:00:00 2001 From: VictorPhan - armServer Date: Thu, 23 Jul 2026 14:10:22 +0700 Subject: [PATCH] result --- push.sh | 3 +++ 1 file changed, 3 insertions(+) create mode 100755 push.sh diff --git a/push.sh b/push.sh new file mode 100755 index 0000000..d43302c --- /dev/null +++ b/push.sh @@ -0,0 +1,3 @@ +git add . +git commit -m "result" +git push origin dev01