We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4115ca7 commit 0bcca09Copy full SHA for 0bcca09
mark-git.md
@@ -80,4 +80,5 @@ git commit --adxxx?
80
git push origin --delete <branchName>
81
82
14.提取某个commit 提交合并到当前commit (当前commit 标识不变)
83
-git cherry-pick `commitId`
+单个commit git cherry-pick `commitId`
84
+多个commit 只需要git cherry-pick `commitId1..commitIdn` 注意2个commitId之间的`两点`
0 commit comments