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
相关推荐
汪海游龙1 小时前
告别 Play Console 手动上传:从模拟器截图到自动发版的完整流水线
android·ci/cd·github
沫璃染墨2 小时前
《从零入门Linux系统篇(十四):系统工具篇·五——Git版本控制:从版本管理到协同开发》
linux·运维·服务器·git·gitee·github
fthux3 小时前
装闭 RenoPit 源码解析(02):AI装修闭坑系统数据库与模型设计
人工智能·ai·开源·github·open source·renopit
本地化文档6 小时前
skbuild-docs-l10n
python·github·gitcode·sphinx
XS0301066 小时前
GitHub/Gitee 团队协作笔记
笔记·gitee·github
csdn_aspnet8 小时前
在 Visual Studio Code 中安装使用 Github Copilot
ide·vscode·github·copilot
CoderJia程序员甲9 小时前
GitHub 热榜项目 - 周榜(2026-08-08)
ai·大模型·github·agent
阿米亚波1 天前
【C/C++包管理器】vcpkg(by microsoft)
c语言·c++·git·vscode·microsoft·github·vcpkg
打工的小王1 天前
github教程之多人协作
github
笨笨狗吞噬者1 天前
IRIS: shell 中的智能实时输入提示工具
github·shell