mac
2025-10-01 e4a52f9bbe910e4313b25ed9651323a6794e2d6a
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
@echo off
echo $ git add .
git add .
echo.
echo $ git commit -m[update]
git commit -m[update]
echo.
echo $ git push
git push
echo.
echo Cocoon Pushed!
echo.
echo $ ssh root@47.242.52.97
ssh root@47.242.52.97
echo.
echo $ cd /website/Cocoon
cd /website/Cocoon
echo.
echo $ git pull
git pull
echo.
echo Cocoon Pulled!
echo.
pause