摘要: 如何使用git把本地代码上传到远程仓库 Git 全局设置:git config --global user.name "xxx"git config --global user.email "xxx@163.com" 初始化git init 查看当前仓库状态git status 将本地的仓库关联到远 阅读全文
posted @ 2022-08-11 00:16 一隅桥畔 阅读(212) 评论(0) 推荐(0)