doc: contrib: dco: remove git tip listed as requirements

Some of the git tips in this sections do not count as 'requirements'.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
This commit is contained in:
Anas Nashif 2025-01-16 12:18:44 -05:00 committed by Benjamin Cabé
parent fdcfc262d3
commit cc21c72392

View file

@ -156,12 +156,6 @@ Additional requirements:
- If you are altering an existing commit created by someone else, you must add - If you are altering an existing commit created by someone else, you must add
your Signed-off-by: line without removing the existing one. your Signed-off-by: line without removing the existing one.
- If you forget to add the Signed-off-by: line, you can add it to your previous
commit by running ``git commit --amend -s``.
- If you've pushed your changes to GitHub already you'll need to force push
your branch after this with ``git push -f``.
Prerequisites Prerequisites
************* *************