mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 14:15:33 +02:00
git-rebase-patch: add page (#10995)
This commit is contained in:
parent
f1bcd873a6
commit
8624161f8d
1 changed files with 9 additions and 0 deletions
9
pages/common/git-rebase-patch.md
Normal file
9
pages/common/git-rebase-patch.md
Normal file
|
@ -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}}`
|
Loading…
Add table
Reference in a new issue