From 79e155acfb03dac0c5cb2f3416414ae8b6f345ae Mon Sep 17 00:00:00 2001 From: Stephen Solka Date: Fri, 28 Dec 2018 21:33:38 -0500 Subject: [PATCH] Note that rebase lets you mass signoff commits Signed-off-by: Stephen Solka --- CONTRIBUTING.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 3100fb1d1..436136430 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -113,3 +113,8 @@ include the line in your commit or pull request comment:: can't be accepted. Git makes this trivial - just use the -s flag when you do ``git commit``, having first set ``user.name`` and ``user.email`` git configs (which you should have done anyway :) + +If you forgot to sign off your commits before making your pull request and are on git 2.17+ +you can mass signoff using rebase:: + + git rebase --signoff origin/develop