mac
2025-10-01 3ca76e516b0e4b84ec26380377cbf5e5019b6a3d
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
@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
echo $ cd /website/Cocoon
echo $ git pull
echo $ exit
ssh root@47.242.52.97
echo.
echo Cocoon Pulled!
echo.
pause