From 8624161f8d9e5dcbdaddce47cf594d79c3d90010 Mon Sep 17 00:00:00 2001 From: Sebastiaan Speck <12570668+sebastiaanspeck@users.noreply.github.com> Date: Mon, 16 Oct 2023 09:21:56 +0200 Subject: [PATCH] git-rebase-patch: add page (#10995) --- pages/common/git-rebase-patch.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pages/common/git-rebase-patch.md diff --git a/pages/common/git-rebase-patch.md b/pages/common/git-rebase-patch.md new file mode 100644 index 000000000..0b72f6aa4 --- /dev/null +++ b/pages/common/git-rebase-patch.md @@ -0,0 +1,9 @@ +# git rebase-patch + +> Find the commit the patch applies to and do a rebase. +> Part of `git-extras`. +> More information: . + +- Find the commit the patch applies to and do a rebase: + +`git rebase-patch {{patch_file}}`