diff --git a/commit.sh b/commit.sh new file mode 100755 index 0000000..4975288 --- /dev/null +++ b/commit.sh @@ -0,0 +1,4 @@ +git add * +git commit +git push -u origin main +git push -u github main