7步将代码上传到码云

1

git config --global user.name "雨"
git config --global user.email "5@qq.com"

2

git init

3

git remote add origin https://gitee.com/ojiz.git

4

git pull origin master

5

git add .

6

git commit -am 'guojiz.com'

7

git push -u origin master


评论