Files
devops/rungit.bat
2025-09-17 16:08:16 +08:00

4 lines
56 B
Batchfile
Executable File

git add .
git commit -m "devops"
git push origin master