From 6fd2c58fa567e3e91d3d42b08dcc6f2cb67b53f3 Mon Sep 17 00:00:00 2001 From: Matthew Date: Thu, 13 Jul 2023 18:46:49 -0400 Subject: [PATCH] Merge pull request #7641 from kastromatos/patch-1 Remove not relevant 'Known issues' section in 'Version Control Systems' --- tutorials/best_practices/version_control_systems.rst | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tutorials/best_practices/version_control_systems.rst b/tutorials/best_practices/version_control_systems.rst index d40abb93c..8180feb31 100644 --- a/tutorials/best_practices/version_control_systems.rst +++ b/tutorials/best_practices/version_control_systems.rst @@ -52,9 +52,3 @@ This can lead to files unnecessarily being marked as modified by Git due to thei It is better to set this option as:: git config --global core.autocrlf input - -Known issues ------------- - -**Always close the editor** before running ``git pull``! Otherwise, you may -`lose data if you synchronize files while the editor is open `__.