git常规操作
2022-10-06 本文已影响0人
famingng
1.打开码云
2.登录码云
3.点击创建仓库
4.点击初始化仓库并且复制仓库的https地址
5.在python代码目录下,打开终端
6.git clone 仓库地址
7.git status
8.git add .
9.git commit -m 's'
10.git push
1.打开码云
2.登录码云
3.点击创建仓库
4.点击初始化仓库并且复制仓库的https地址
5.在python代码目录下,打开终端
6.git clone 仓库地址
7.git status
8.git add .
9.git commit -m 's'
10.git push