signed-off-by at PyCharm

choonho

Choonho Son

Posted on March 22, 2024

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
💖 💪 🙅 🚩
choonho
Choonho Son

Posted on March 22, 2024

Join Our Newsletter. No Spam, Only the good stuff.

Sign up to receive the latest update from our blog.

Related

signed-off-by at PyCharm
git signed-off-by at PyCharm

March 22, 2024