gitee 第一次提交代码教程

1  进入项目文件夹

2  rm -rf .git

3  git init

4  git add .

5  git commit -m "first commit"

6  git remote add origin https://gitee.com/zhangpingkay/test.git

7  git push -u origin master

你可能感兴趣的:(gitee 第一次提交代码教程)