发布于 2023-01-01
AI 摘要
git init 用于初始化本地库。
git add . 用于提交所有文件到暂存区。
git commit -m "提交备注" 用于提交暂存区所有文件到本地库。
git remote add XXX https:/