1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
| git pull
| git add .
| git commit -m[update]
| git push
| @echo off
| echo.
| echo [cocoon] Close the local work
| echo.
| echo [tips] ssh-cd-git-exit
| echo.
| ssh root@47.242.52.97
| echo.
| echo [cocoon] Close the server work
| echo.
| pause
|
|