dcoapp / app

GitHub App that enforces the Developer Certificate of Origin (DCO) on Pull Requests
https://github.com/apps/dco
ISC License
299 stars 75 forks source link

fix: use "--force-with-lease" instead of "--force" in push hint #104

Closed glb closed 5 years ago

glb commented 5 years ago

The instructions given to users when they're signing off commits currently tell users to use git push --force, which is unsafe compared to git push --force-with-lease.

Here's a blog post that says it in much more detail than I ever could: https://developer.atlassian.com/blog/2015/04/force-with-lease/

glb commented 5 years ago

@hiimbex any thoughts on this PR?

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 1.0.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: