Skip to content

Commit

Permalink
DOCS-modin-project#2434: Clarify the use of '--signoff' option (modin…
Browse files Browse the repository at this point in the history
…-project#7145)

Signed-off-by: Anatoly Myachev <anatoly.myachev@intel.com>
  • Loading branch information
anmyachev authored Apr 3, 2024
1 parent 23c1ec0 commit fa6e02a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/development/contributing.rst
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@ or ``--signoff`` to your usual ``git commit`` commands:

.. code-block:: bash
git commit --signoff
git commit -s
git commit --signoff -m "This is my commit message"
git commit -s -m "This is my commit message"
This will use your default git configuration which is found in .git/config. To change
this, you can use the following commands:
Expand Down

0 comments on commit fa6e02a

Please sign in to comment.