git常规操作

1.打开码云  

2.登录码云

3.点击创建仓库

4.点击初始化仓库并且复制仓库的https地址

5.在python代码目录下,打开终端

6.git clone 仓库地址

7.git status

8.git add .

9.git commit -m 's'

10.git push

你可能感兴趣的:(git常规操作)