mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Make pull-request sentence less ambiguous (#21802)
This commit is contained in:
parent
9d2d364a38
commit
d18bb96e88
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ In order to keep the history clean and better audit incoming code, we will requi
|
|||
contain merge commits. Use ``git pull --rebase`` (rather than ``git pull``) and ``git rebase`` (rather than ``git merge``). Also be sure to use topic
|
||||
branches to keep your additions on different branches, such that they won't pick up stray commits later.
|
||||
|
||||
If you make a mistake you do not need to close your PR, create a clean branch locally and then push to GitHub
|
||||
If you make a mistake you do not need to close your PR. Instead, create a clean branch locally and then push to GitHub
|
||||
with ``--force`` to overwrite the existing branch (permissible in this case as no one else should be using that
|
||||
branch as reference). Code comments won't be lost, they just won't be attached to the existing branch.
|
||||
|
||||
|
|
Loading…
Reference in a new issue