theydy / notebook

记录读书笔记 + 知识整理,vuepress 迁移中 https://theydy.github.io/notebook/
0 stars 0 forks source link

常用 git 操作 #19

Open theydy opened 3 years ago

theydy commented 3 years ago
theydy commented 3 years ago

git cherry-pick A^..B // 转移从 A 到 B 的所有提交,包含 A