如何初始化一个线上的GitHub仓库,在本地已有的仓库中上传到线上

如何初始化一个线上的GitHub仓库,在本地已有的仓库中上传到线上,

首先,先创建一个线上的仓库

本地有一个曾经的仓库,或者本地git init创建一个本地仓库

根据线上仓库的主页给的提示代码进行上传

代码如下:

...or create a new repository on the command line

bash 复制代码
echo "# lyf0801.github.io" >> README.md
git init
git add README.md
git commit -m "first commit"
git branch -M main
git remote add origin git@github.com:lyf0801/lyf0801.github.io.git
git push -u origin main

...or push an existing repository from the command line

bash 复制代码
git remote add origin git@github.com:lyf0801/lyf0801.github.io.git
git branch -M main
git push -u origin main
相关推荐
loop lee7 小时前
Nginx - 负载均衡及其配置(Balance)
java·开发语言·github
粥里有勺糖16 小时前
视野修炼第114期 | 2024JS现状调查结果
前端·javascript·github
o(╥﹏╥)21 小时前
github如何给本机绑定 ssh密钥(MACOS)
运维·gitee·ssh·github
ct10270385271 天前
github快速查找已被删除的文件指令日志
运维·github
vvw&1 天前
如何在 Linux 服务器上部署 Pydio Cells 教程
linux·运维·服务器·自动化·debian·github·私有化部署
灰太狼不爱写代码1 天前
git报错:git SSL certificate problem: unable to get local issuer certificate
git·网络协议·github·ssl
油泼辣子多加1 天前
2024年12月20日Github流行趋势
github
IT闫1 天前
【Git从入门到精通】——新版IDea集成Git、Idea集成Github、Gitee以及GItLab应用(看这一篇就够了)
git·gitee·gitlab·github·intellij-idea
陈大鱼头2 天前
写在裸辞 5 个月之后的年终总结
前端·面试·github
一点一木2 天前
🚀 2024年12月 GitHub 十大热门项目排行榜 🔥
前端·人工智能·github