Windows下Git使用连接GitHub
Posted fengshuaicool
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了Windows下Git使用连接GitHub相关的知识,希望对你有一定的参考价值。
- git init
- git add . //添加所有文件
- git status //查看状态
- git commit -m “备注”
- git push origin master
以上是关于Windows下Git使用连接GitHub的主要内容,如果未能解决你的问题,请参考以下文章
Git的安装初次配置以连接github,在第三方软件中配置使用git 命令,提交项目到github的远程仓库出现bug的解决