update Readme

This commit is contained in:
Rbiter 2025-06-05 19:53:15 +03:00
parent d5aecdd210
commit b8358d6131
2 changed files with 7 additions and 1 deletions

6
COMIT.bat Normal file
View File

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

View File

@ -5,7 +5,7 @@
Склонируй проект с сервера Gitea: Склонируй проект с сервера Gitea:
```bash ```bash
git clone https://git.3dthing.online/ git clone https://git.3dthing.online/TETA_TECH/T-Wing-Direction.git
``` ```
## ⚙️ Обновление репозитория ## ⚙️ Обновление репозитория