5 lines
94 B
Batchfile
5 lines
94 B
Batchfile
@ECHO OFF
|
|
git add *
|
|
set /p changes="Enter Changes: "
|
|
git commit im "%changes%"
|
|
git push master |