Skip to content

Commit

Permalink
git-rebase-patch: add page (#10995)
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiaanspeck authored Oct 16, 2023
1 parent f1bcd87 commit 8624161
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions pages/common/git-rebase-patch.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
# git rebase-patch

> Find the commit the patch applies to and do a rebase.
> Part of `git-extras`.
> More information: <https://github.com/tj/git-extras/blob/master/Commands.md#git-rebase-patch>.
- Find the commit the patch applies to and do a rebase:

`git rebase-patch {{patch_file}}`

0 comments on commit 8624161

Please sign in to comment.