天天看点

使用GIBASH 上传代码到git

使用GIBASH 上传代码到git

1 cd到项目的根目录下

2 git init

3 git add .

4 git commit -m “第一次提交”

5git remote add orgin 你自己的github远程仓库地址

6 git push -u orgin master