docs: contributing: Add a --force to the DCO update guidance
Signed-off-by: Daniel Thompson <daniel@redfelineninja.org.uk>
This commit is contained in:
parent
b7d772db8e
commit
a5a1537e38
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ easily:
|
||||||
.. code-block:: sh
|
.. code-block:: sh
|
||||||
|
|
||||||
git commit --amend --signoff
|
git commit --amend --signoff
|
||||||
git push <myfork> HEAD
|
git push --force <myfork> HEAD
|
||||||
|
|
||||||
Additionally, please be aware that github will not send out automatic
|
Additionally, please be aware that github will not send out automatic
|
||||||
notifications to let the maintainer know that you have pushed an update to the
|
notifications to let the maintainer know that you have pushed an update to the
|
||||||
|
|
Loading…
Reference in a new issue