github创建完新仓库之后上传文件

git clone 创建的reponsitory的git@....
git checkout 目标的分支名
git add .
git commit -m "Initial commit"
git remote add origin
git push -u origin 目标的分支名

posted @ 2023-08-16 13:51  aondw  阅读(4)  评论(0编辑  收藏  举报