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