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

Logo

腾讯云面向开发者汇聚海量精品云计算使用和开发经验,营造开放的云计算技术生态圈。

更多推荐