Github上传

创建好项目。
然后安装Git
随意地方打开Git Bash并Clone Github项目
随后跟着我输入这些命令:

$ git add .
$ git commit -m "first commit"
$ git push -u origin master

其中first commit是注释内容,随你喜欢。

你可能感兴趣的:(Git)