标签 GitHub 下的文章

git init
git add .
git commit -m "提交说明"
git branch -M main
git remote add origin git@github.com:用户/仓库.git
git push -u origin main