摘要:
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 阅读全文
摘要:
// 获取商品推荐的列表数据 async recommend(id,index) { // 点击后传一个数组里的id过来,index 是下标 // 获取一级菜单滑块的数据 let opts = { url:'接口', method: '请求方式' } // 传参 let param = { use: 阅读全文
摘要:
git clone + 项目地址 拉取代码到本地 git branch -al 查看本地和远程的所有分支 如果想要拉到本地的某某分支上,首先使用:git checkout -b 分支名(切换分支命令),然后:git pull origin 分支名 阅读全文
摘要:
使用:git stash 再拉取代码:git pull 阅读全文