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
相关推荐
掘金安东尼4 小时前
React 已经改变了,你的 Hooks 也应该改变
前端·vue.js·github
逛逛GitHub4 小时前
推荐 6 个近期火火火的 GitHub 项目
github
UVM_ERROR6 小时前
Git仓库损坏(Segmentation fault)修复实战:虚拟机环境下UVM项目救援指南
笔记·git·vscode·github·芯片
A13247053126 小时前
SSH远程连接入门:安全高效地管理服务器
linux·运维·服务器·网络·chrome·github
WindrunnerMax7 小时前
从零实现富文本编辑器#9-编辑器文本结构变更的受控处理
前端·架构·github
草梅友仁7 小时前
墨梅博客 MVP 发布与草梅 Auth 更新 | 2025 年第 51 周草梅周报
开源·github·ai编程
咸鱼加辣8 小时前
【nginx面试题】nginx虚拟
运维·nginx·github
阿里嘎多学长9 小时前
2025-12-21 GitHub 热点项目精选
开发语言·程序员·github·代码托管
寰天柚子18 小时前
裸金属服务器深度解析:适用场景、选型指南与运维实践
服务器·网络·github
小鑫同学21 小时前
vue-pdf-interactor 技术白皮书:为现代 Web 应用注入交互式 PDF 能力
前端·vue.js·github