From d3024435b2736ffd9d0d385c6ec9894e3e5b710f Mon Sep 17 00:00:00 2001 From: Rbiter Date: Mon, 9 Jun 2025 20:16:03 +0300 Subject: [PATCH] =?UTF-8?q?=D0=9E=D0=B1=D0=BD=D0=BE=D0=B2=D0=BB=D0=B5?= =?UTF-8?q?=D0=BD=D0=B8=D0=B5=20=D1=81=D1=85=D0=B5=D0=BC=D1=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- COMIT.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/COMIT.bat b/COMIT.bat index 1198636..fff2587 100644 --- a/COMIT.bat +++ b/COMIT.bat @@ -1,6 +1,7 @@ @echo off -set /p msg=Comit Message: +set /p msg=Commit Message: git add . git commit -m "%msg%" +git pull --rebase git push pause