当前位置:网站首页>我的小笔记 =》其他东东
我的小笔记 =》其他东东
2022-08-02 03:23:00 【爱唱歌的前端】
gitee相关操作
git init #初始化
git add . #将当前目录加入到git
git commit -m "first commit(提交的描述信息)" #git提交到本地版本库
git remote add origin https://gitee.com/xxxx.git #git本地库连接远程版本库,这一步会有对应输入账号和密码的操作
git push -u origin master #将文件上传到远程版本库master分支
git clone https://gitee.com/xxxx.git #获取git项目
interactive rebase in progress; onto
执行:git rebase --continue
error: remote origin already exists.
执行:git remote rm origin
删除关联的origin的远程库
然后再:git remote add origin https://gitee.com/xxxxxx.git
关联自己的仓库
最后git push origin master
! [rejected] master -> master (fetch first)
error: failed to push some refs to ‘https://gitee.com/xiaoefen/vue3-web-worker.git’
执行:git pull --rebase origin master
然后再:git push origin master
边栏推荐
- UserWarning: torch.meshgrid: in an upcoming release, it will be required to pass the index ing argu
- 这些JS题面试时一定要答对!
- 针对简历上的问题
- querystring模块
- 新工程加载YOLOV6的预训练权重问题
- Phospholipid-polyethylene glycol-thiol, DSPE-PEG-Thiol, DSPE-PEG-SH, MW: 5000
- 利用 nucleo stm32 f767zi 进行USART+DMA+PWM输入模式 CUBE配置
- AttributeError: Can‘t get attribute ‘SPPF‘ on <module ‘models.common‘ from ‘/yolov5-5.0/models/commo
- 一个结构体 = 另一个结构体(同类型结构体之间可直接赋值操作)
- 【面试】失败的一次面试
猜你喜欢
磷脂-聚乙二醇-酰肼,DSPE-PEG-Hydrazide,DSPE-PEG-HZ,MW:5000
【手把手带你学nRF52832/nRF52840 · (1)开发环境搭建】
[email protected]在static属性上的使用"/>
@Autowired详解[email protected]在static属性上的使用
一个结构体 = 另一个结构体(同类型结构体之间可直接赋值操作)
How to check whether a table is locked in mysql
【 application 】 life many years of operations, what turned scored 12 k + annual bonus salary?
亚马逊卖家怎么提升转化率
DSPE-PEG-Silane, DSPE-PEG-SIL, phospholipid-polyethylene glycol-silane modified active group
Source Insight 使用教程(2)——常用功能
化学试剂磷脂-聚乙二醇-羟基,DSPE-PEG-OH,DSPE-PEG-Hydroxyl,MW:5000
随机推荐
MySQL中JOIN的用法
通过PS 2021 将网页图标抠下来
猴子选大王
Phospholipid-polyethylene glycol-hydrazide, DSPE-PEG-Hydrazide, DSPE-PEG-HZ, MW: 5000
骨架效果 之高级渐变,适用图片等待时
@Autowired详解[email protected]在static属性上的使用
【面经】米哈游数据开发一面二面面经
活体检测 Adaptive Normalized Representation Learning for GeneralizableFace Anti-Spoofing 阅读笔记
IndexError: only integers, slices (`:`), ellipsis (`...`), numpy.newaxis (`None`) and integer or boo
Debian 10 NTP Service Configuration
---静态页面---
Phospholipid-Polyethylene Glycol-Aldehyde DSPE-PEG-Aldehyde DSPE-PEG-CHO MW: 5000
Detailed explanation of the usage of exists in mysql
npm和package.json
np.unique() function
Usage of JOIN in MySQL
解决glob()返回文件排序不一致问题&onnx本地按照安装方法
MySQL占用CPU过高,排查原因及解决的多种方式法
C语言 结构体定义方法
【博学谷学习记录】超强总结,用心分享 | 软件测试 接口测试基础