Skip to content

Commit 0bcca09

Browse files
authored
Update mark-git.md
1 parent 4115ca7 commit 0bcca09

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mark-git.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -80,4 +80,5 @@ git commit --adxxx?
8080
git push origin --delete <branchName>
8181

8282
14.提取某个commit 提交合并到当前commit (当前commit 标识不变)
83-
git cherry-pick `commitId`
83+
单个commit git cherry-pick `commitId`
84+
多个commit 只需要git cherry-pick `commitId1..commitIdn` 注意2个commitId之间的`两点`

0 commit comments

Comments
 (0)