From 1988c14c0a1bc4f6fa07619975c06da4b1aa8df1 Mon Sep 17 00:00:00 2001 From: noniagriconomie Date: Sat, 22 Aug 2020 11:25:53 +0200 Subject: [PATCH] Doc link script rollback option --- contributing/code/pull_requests.rst | 2 ++ 1 file changed, 2 insertions(+) diff --git a/contributing/code/pull_requests.rst b/contributing/code/pull_requests.rst index 4bb86e1fab7..1060e0d80a8 100644 --- a/contributing/code/pull_requests.rst +++ b/contributing/code/pull_requests.rst @@ -196,6 +196,8 @@ want to debug are installed by running ``composer install`` inside it. If symlinks to your local Symfony fork cannot be resolved inside your project due to your dev environment (for instance when using Vagrant where only the current project directory is mounted), you can alternatively use the ``--copy`` option. + When finishing testing your Symfony code into your project, you can use + the ``--rollback`` option to make your project back to its original dependencies. .. _work-on-your-patch: