gitee 操作
gitee 操作
初始化
1
2
3
4
5
6
git init
git add .
git commit -m "Initial commit"
在 gitee 上建好仓库 (此步及之前)
git remote add origin https://gitee.com/yurongku/lishui_view.git
git push -u origin "master"
This post is licensed under CC BY 4.0 by the author.