摘要: error: failed to push some refs to 'https://gitee.com/cd_code/xiuge_client.git'hint: Updates were rejected because the tip of your current branch is b 阅读全文
posted @ 2021-03-25 14:44 温柔本肉 阅读(116) 评论(0) 推荐(0) 编辑
摘要: // 获取商品推荐的列表数据 async recommend(id,index) { // 点击后传一个数组里的id过来,index 是下标 // 获取一级菜单滑块的数据 let opts = { url:'接口', method: '请求方式' } // 传参 let param = { use: 阅读全文
posted @ 2021-03-25 11:52 温柔本肉 阅读(83) 评论(0) 推荐(0) 编辑
摘要: git clone + 项目地址 拉取代码到本地 git branch -al 查看本地和远程的所有分支 如果想要拉到本地的某某分支上,首先使用:git checkout -b 分支名(切换分支命令),然后:git pull origin 分支名 阅读全文
posted @ 2021-03-25 09:51 温柔本肉 阅读(1155) 评论(0) 推荐(0) 编辑
摘要: 使用:git stash 再拉取代码:git pull 阅读全文
posted @ 2021-03-25 09:50 温柔本肉 阅读(46) 评论(0) 推荐(0) 编辑