DEV Community

Cover image for signed-off-by at PyCharm
Choonho Son
Choonho Son

Posted on

1

signed-off-by at PyCharm

DCO(Developer Certificate of Origin)

The Developer Certificate of Origin (DCO) is a lightweight mechanism for verifying that contributions to a software project are made with the consent of the contributor and that the contributor has the right to make those contributions.

Signed-off-by

When you commit message in PyCharm, always check "Sign-off commit"

Image description

Commit messages with "Signed-off-by"

commit 9ca152c989e413adc68508a50d86c
Author: Choonho Son <choonho.son@snu.ac.kr>
Date:   Fri Mar 22 09:42:06 2024 +0900

    commit by pycharm

    Signed-off-by: Choonho Son <choonho.son@snu.ac.kr>

commit 359eb2ef5274ae2f53ce9c055053
Author: Choonho Son <choonho.son@snu.ac.kr>
Date:   Fri Mar 22 09:16:37 2024 +0900

    commit by pycharm
Enter fullscreen mode Exit fullscreen mode

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs

👋 Kindness is contagious

Please leave a ❤️ or a friendly comment on this post if you found it helpful!

Okay