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