Обновление схемы

This commit is contained in:
Rbiter 2025-06-09 20:16:03 +03:00
parent 34579aa36e
commit d3024435b2

View File

@ -1,6 +1,7 @@
@echo off @echo off
set /p msg=Comit Message: set /p msg=Commit Message:
git add . git add .
git commit -m "%msg%" git commit -m "%msg%"
git pull --rebase
git push git push
pause pause