瀏覽代碼

Merge pull request #7641 from kastromatos/patch-1

Remove not relevant 'Known issues' section in 'Version Control Systems'
Matthew 2 年之前
父節點
當前提交
147e996bbd
共有 1 個文件被更改,包括 0 次插入6 次删除
  1. 0 6
      tutorials/best_practices/version_control_systems.rst

+ 0 - 6
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::
 It is better to set this option as::
 
 
     git config --global core.autocrlf input
     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 <https://github.com/godotengine/godot/issues/20250>`__.