搜索
提交
工作笔记
数据库
Linux
docker
服务器
Java
git
Nginx
前端
私有云
maven
搜索引擎
运维
SpringBoot
数据结构
AI
把一个分支上的某次修改的提交记录合并到另外一个分支上
git
|
2023-07-12 08:18:07
|
ZH
|
阅读(194)
|
状态:未完成
把A分支的ID=123456的commit合并到B分支
先切换到A分支
git log 命令 或去git界面找 commit的ID号,比如 123456
再切换到目标分支B上(即在要合并到的分支上),执行命令:
git cherry-pick 123456
git 覆盖本地修改
git cherry-pick 多个commit
最新
Error response from daemon: Get "https://registry-1.docker.io/v2/
Error response from daemon: Get "https://registry-1.docker.io/v2/
Error response from daemon: Get "https://registry-1.docker.io/v2/
Authenticator: 2FA Client
yum执行失败Error: Error: rpmdb open failed
Docker部署Easysearch
Docker部署StarRocks单机版
word文档失去输入焦点
Win10无法访问网上邻居
docker 部署 clickhouse
CentOS中安装中文字体
docker部署hbase
docker 部署 oracle
docker部署milvus
pgvector安装
centos7安装OceanBase
tdengine rest连接服务器
docker部署OceanBase
yum配置
docker修改镜像(容器修改内容提交到镜像)