摘要: //关联到线上库 git remote add origin https://github.com/***/***.git //查看提交状态 git status //添加没有提交的文件 git add . //提交 git commit -m "feat: initial commit" //pu 阅读全文
posted @ 2021-06-02 14:29 faint33 阅读(21) 评论(0) 推荐(0)