diff options
-rw-r--r-- | using-git.texinfo | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/using-git.texinfo b/using-git.texinfo index 42eadd3..1a56c33 100644 --- a/using-git.texinfo +++ b/using-git.texinfo @@ -817,6 +817,11 @@ and some projects will require it. To sign off with @command{git am}, just add @command{--signoff}. +If you are unable to apply a patch with +@command{git am} because of the patch's +formatting, test @command{git apply} +instead. + @node Making pull requests |