From 1effa7ceb1fb6bc9b5fb98df42e6ca7877f6d137 Mon Sep 17 00:00:00 2001 From: Don Brady Date: Wed, 4 Apr 2018 12:56:00 -0600 Subject: [PATCH] fixed git push step --- OpenZFS-Patches.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/OpenZFS-Patches.md b/OpenZFS-Patches.md index b98a0cc..104e833 100644 --- a/OpenZFS-Patches.md +++ b/OpenZFS-Patches.md @@ -89,7 +89,7 @@ Otherwise you should go to step 2. 6) Add any porting notes (if you have modified something): `git commit --amend` -7) Push your commit to github: `git push origin autoport-ozXXXX -f` +7) Push your commit to github: `git push autoport-ozXXXX` 8) Create a pull request to ZoL master branch.