如何把本地文件推到gitee

1.在gitee创建仓库

2.git clone 远程仓库地址

3.git checkout -b dev创建并切换分支

4.git add .

5.git commit -m "初始工程提交"

6.git push origin dev

注意:一定要是origin,除非你修改了。

你可能感兴趣的:(gitee)