github 仓库初始化命令

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

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

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

bash 复制代码
git remote add origin https://github.com/dearRongerr/Rongerr.github.io.git
git branch -M main
git push -u origin main
相关推荐
kk有理想14 分钟前
🚀 GitHub Actions 自动化:Commit 推送后自动发送邮件通知
github
mortimer1 小时前
从预处理到合成:基于pySide6的视频翻译多线程流水线架构详解
python·github
孟陬1 小时前
一个专业的前端如何在国内安装 `bun`
npm·github·bun
周杰伦_Jay1 小时前
【Git操作详解】Git进行版本控制与管理,包括分支,提交,合并,标签、远程仓库查看
大数据·ide·git·科技·分类·github
CoderJia程序员甲2 小时前
GitHub 热榜项目 - 日榜(2025-10-10)
ai·开源·大模型·github·ai教程
逛逛GitHub2 小时前
淘到了 4 个开源 GitHub 项目,太惊艳了。
github
天天吖3 小时前
Appsmith 实用指南:10分钟搞定你的管理后台
github
CoderJia程序员甲3 小时前
GitHub 热榜项目 - 日榜(2025-10-06)
ai·开源·llm·github·ai编程·github热榜
老马啸西风6 小时前
力扣 LC27. 移除元素 remove-element
算法·面试·github
绝无仅有6 小时前
面试技巧之Linux相关问题的解答
后端·面试·github