9 lines
274 B
Markdown
9 lines
274 B
Markdown
# git rebase-patch
|
|
|
|
> 查找补丁应用的提交并进行变基。
|
|
> 属于 `git-extras`。
|
|
> 更多信息:<https://github.com/tj/git-extras/blob/master/Commands.md#git-rebase-patch>。
|
|
|
|
- 查找补丁应用的提交并进行变基:
|
|
|
|
`git rebase-patch {{补丁文件}}` |