docs: contributing: use --force-with-lease instead of --force
It's a little less destructive Signed-off-by: Francesco Gazzetta <fgaz@fgaz.me>
This commit is contained in:
parent
a5a1537e38
commit
b32787e5ea
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ easily:
|
||||||
.. code-block:: sh
|
.. code-block:: sh
|
||||||
|
|
||||||
git commit --amend --signoff
|
git commit --amend --signoff
|
||||||
git push --force <myfork> HEAD
|
git push --force-with-lease <myfork> HEAD
|
||||||
|
|
||||||
Additionally, please be aware that github will not send out automatic
|
Additionally, please be aware that github will not send out automatic
|
||||||
notifications to let the maintainer know that you have pushed an update to the
|
notifications to let the maintainer know that you have pushed an update to the
|
||||||
|
|
Loading…
Reference in a new issue