上传本地项目到 github
·
1.首先下载安装git以及tortoisegit。
2.登入git hub官网 create new repository,比如testaa。
3.打开本地待上传代码目录,右键打开git bash
4.依次输入 以下命令 git init git add README.md git commit -m "first commit" git remote add origin https://github.com/currysun/testaa.git git push -u origin master 5.使用tortoisegit commit&push 到github
更多推荐
所有评论(0)