9 lines
115 B
Batchfile
Executable File
9 lines
115 B
Batchfile
Executable File
git status .
|
|
|
|
echo "press enter to continue"
|
|
@pause
|
|
|
|
git add .
|
|
git commit -m"update buytablet2018,"
|
|
start git push
|