You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Basically, the DCO checks keep an eye on whether the commit is being signed off or not if not it gets failed up
How to pass those checks by simply signing of the Commit by using -s flag while committing
for eg : git commit -s -m "message"
Basically, the DCO checks keep an eye on whether the commit is being signed off or not if not it gets failed up
How to pass those checks by simply signing of the Commit by using -s flag while committing
for eg :
git commit -s -m "message"
Links to help :
https://docs.github.com/en/authentication/managing-commit-signature-verification/signing-commits
https://docs.pi-hole.net/guides/github/how-to-signoff/
The text was updated successfully, but these errors were encountered: