6 lines
172 B
Bash
6 lines
172 B
Bash
|
git add .
|
||
|
git commit -m "我是一个备份"
|
||
|
#git push -u origin master
|
||
|
#git remote add origin http://www.zhenai.work:3000/zhenai/server-1.20.1.git
|
||
|
git push -u origin main
|