标签:origin 输入 class git bash mit lan 好项目 comm ast
创建好项目。
然后安装Git
随意地方打开Git Bash并Clone Github项目
随后跟着我输入这些命令:
$ git add .
$ git commit -m "first commit"
$ git push -u origin master
其中first commit
是注释内容,随你喜欢。
标签:origin 输入 class git bash mit lan 好项目 comm ast
原文地址:https://www.cnblogs.com/7086cmd/p/github_upload.html