瀏覽代碼

git-rebase-patch: add page (#10995)

Sebastiaan Speck 1 年之前
父節點
當前提交
8624161f8d
共有 1 個文件被更改,包括 9 次插入0 次删除
  1. 9 0
      pages/common/git-rebase-patch.md

+ 9 - 0
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: <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}}`