test git script

This commit is contained in:
Elias Gasparis 2026-03-20 18:19:05 +08:00
commit 3bcd19923e

View file

@ -2,4 +2,4 @@ echo "Git commit message:"
read read
git add . git add .
git commit -m "$REPLY" git commit -m "$REPLY"
git commit push -u origin git commit push -u origin main