BillBie

导航

git 常见命令

git remote rm origin  -- 删除远程仓库

remote add origin 仓库地址   -- 新增远程仓库

git commit -m 'update' --提交

git push -u origin master  -- push到远程仓库

posted on 2022-05-10 13:40  BillBie  阅读(9)  评论(0编辑  收藏  举报