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"
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
Top comments (0)