如何用git将本地项目push到GitHub上
创建仓库1.进入你的 Github ,点击New respository来新建一个仓库。2.对新建仓库进行配置,可以参考图中示例进行填写。确认无误后点击Create repository创建仓库。123456Repository name: 仓库名称(填写时要注意不能与自己的其他项目名重复)Description(可选): 仓库描述介绍Public, Private : 仓库权限(Public为所有人可见,Private为仅自己及指定的合作者可见)Initialize this repository with a README(可选): 添加一个项目介绍文件[README.md]gitignore(可选): 不需要进行版本管理的仓库类型,对应生成文件.gitignorelicense(可选): 证书类型,对应生成文件LICENSE
注意:请注意仓库的默认分支,避免后续使用其他项目提交代码时出现分支里无内容的情况。2019年12月以后默认分支为main
3.点击Code,克隆下面的地址备用
安装Git前往GitGithttps://git-scm.com/1.点击Download for ...
Hello World
欢迎来到 老况的小窝! 这是一个基于hexo搭建的博客。
Quick StartCreate a new post1$ hexo new "My New Post"
More info: Writing
Run server1$ hexo server
More info: Server
Generate static files1$ hexo generate
More info: Generating
Deploy to remote sites1$ hexo deploy
More info: Deployment
主题:butterfly