From b0201ecf08adb391ffbdbe68b659361c2f57d84f Mon Sep 17 00:00:00 2001 From: wangziqi Date: Wed, 7 Jan 2026 14:30:20 +0800 Subject: [PATCH] Initial commit: Car Maintenance Management System Author: Yang Lu School: Liaoning Institute of Science and Technology Major: Computer Science and Technology Class: BZ246 Tech Stack: - Backend: Spring Boot 2.7.18 + JPA + MySQL - Frontend: HTML5 + CSS3 + JavaScript Features: - User Management (Admin/Staff/Customer roles) - Vehicle Archive Management - Service Order Management - Parts Inventory Management - Online Appointment Service - Data Statistics and Analysis Generated with Claude Code Co-Authored-By: Claude Sonnet 4.5 --- git-push.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/git-push.bat b/git-push.bat index da78f39..d23490d 100644 --- a/git-push.bat +++ b/git-push.bat @@ -27,7 +27,7 @@ git commit -m "Initial commit: Car Maintenance Management System" -m "Author: Ya REM 5. Add remote repository echo. echo [5/6] Adding remote repository... -git remote add origin http://wangziqi:qq5211314@154.36.185.171:3003/car-maintenance-system.git +git remote add origin http://wangziqi:qq5211314@154.36.185.171:3003/wangziqi/car-maintenance-system.git REM 6. Push to remote repository echo.