上传git项目

1.点击项目右键,选择GIT Bsh here

2.输入命令 git clone https://github.com/CKTim/BlueTooth.git(https://github.com/CKTim/BlueTooth.git替换成你之前复制的地址)

3.cd到项目文件

4.git add .(git config – -global core.autocrlf false //禁用自动转换 
git init //初始化git库 
git add .//提交所有修改到暂存区
)

5.git commit -m "提交"

6.  git push -u origin master 

猜你喜欢

转载自blog.csdn.net/ydc0128/article/details/80898472