Skip to content

Commit 16354c1

Browse files
committed
safer force push
1 parent 6b9ea9a commit 16354c1

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ git rebase --signoff master
9292
If you've already pushed commits without the proper signoff to a branch and are attempting to remediate this, then just force-push them after adding the proper annotations.
9393

9494
```sh
95-
git push --force origin <branchname>
95+
git push --force-with-lease origin <branchname>
9696
```
9797

9898
### Sending your patches

0 commit comments

Comments
 (0)