parent
73e3b5a18e
commit
2ec484206d
@ -0,0 +1,7 @@ |
|||||||
|
@echo off |
||||||
|
@git pull |
||||||
|
@git add * |
||||||
|
|
||||||
|
set /p commitMsg=Input what changes were made: |
||||||
|
@git commit -m "%commitMsg%" |
||||||
|
@git push |
Loading…
Reference in new issue