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
相关推荐
七牛开发者2 小时前
拆解 dsh:Session 的事件溯源与状态重建
javascript·github·agent
ashina5 小时前
Claude Code 明明配置了 Skill,为什么还是会跳过?我连夜写了一个本地验证器
github
王大虎5 小时前
一语成美图的 SKILL
人工智能·github·设计
m4Rk_6 小时前
【论文阅读】Agent 记忆机制(59):Synapse——让相关记忆沿情景—语义图被逐步激活
论文阅读·人工智能·学习·开源·github
Phil32321 小时前
开源一个 Windows 实时面试助手:听译、置顶提词、按需生成英文稿
面试·github
千纸鹤19021 小时前
Kafka vs RabbitMQ:在秒杀场景下如何选型与
github
左青1 天前
零 token 发布 npm 包:Trusted Publisher + OIDC 实战(附五个真实的坑)
github
编程快车1 天前
GitHub 从入门到精通(精炼版):30 分钟跑通建仓、提交与协作
github
WebInfra1 天前
Rslib 1.0 正式发布:面向多场景的 JavaScript 库开发工具
前端·javascript·github
Tongsr1 天前
别只混淆代码:用 Kaleido 加固整个 Android Release AAB
前端·算法·github