mirror of
https://github.com/github/rails.git
synced 2026-04-26 03:00:59 -04:00
Removed double texts
This commit is contained in:
@@ -364,19 +364,6 @@ Please make sure the patch does not introduce whitespace errors:
|
||||
$ git apply --whitespace=error-all mynew_patch.diff
|
||||
</shell>
|
||||
|
||||
You can check your patches by applying your patch to an different dedicated branch:
|
||||
|
||||
<shell>
|
||||
$ git checkout -b testing_branch
|
||||
$ git apply --check my_new_patch.diff
|
||||
</shell>
|
||||
|
||||
You can make sure your patches don't add any whitespace by applying it yourself using the --whitespace=error-all option. Make sure you are on your dedicated test branche and:
|
||||
|
||||
<shell>
|
||||
$ git apply --whitespace=error-all mynew_patch.diff
|
||||
</shell>
|
||||
|
||||
|
||||
h4. Create a Lighthouse Ticket
|
||||
|
||||
|
||||
Reference in New Issue
Block a user