Merge pull request #7229 from guettli/patch-2

use `--force-with-lease`
This commit is contained in:
Kubernetes Prow Robot 2023-11-28 00:54:17 +01:00 committed by GitHub
commit 586efe08f0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -230,7 +230,7 @@ To squash your commits, perform an [interactive rebase](https://git-scm.com/book
4. Force push your changes to your remote branch:
```
git push --force
git push --force-with-lease
```
For mass automated fixups such as automated doc formatting, use one or more