Compare commits

..

2 Commits

Author SHA1 Message Date
d3024435b2 Обновление схемы 2025-06-09 20:16:04 +03:00
34579aa36e Update SCH 2025-06-09 20:16:04 +03:00
2 changed files with 2881 additions and 3208 deletions

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

File diff suppressed because it is too large Load Diff