update Readme
This commit is contained in:
parent
d5aecdd210
commit
b8358d6131
6
COMIT.bat
Normal file
6
COMIT.bat
Normal file
@ -0,0 +1,6 @@
|
||||
@echo off
|
||||
set /p msg=Comit Message:
|
||||
git add .
|
||||
git commit -m "%msg%"
|
||||
git push
|
||||
pause
|
Loading…
x
Reference in New Issue
Block a user