git扫盲(如何把本地项目上传githubc仓库)

1,下载git(全默认就行)https://github.com/ 2,注册github账号 https://git-for-windows.github.io/ 3,在github上创建一个仓库 4,在本地项目路径下–右键->git bash here 执行git init (会在目录下创建一个.git的隐藏文件) git add . 用 git commit -m “消息” 把项目提交到仓库
相关文章
相关标签/搜索