Not relevant 'Known issues' section in 'Version Control Systems' best practices

Not relevant 'Known issues' section in 'Version Control Systems' best practices. For Godot 3.4 and above.
https://github.com/godotengine/godot/issues/20250
This commit is contained in:
kastromatos
2023-07-11 10:50:34 +02:00
committed by Yuri Sizov
parent 3c2412dd8f
commit 56ad07a857

View File

@@ -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 <https://github.com/godotengine/godot/issues/20250>`__.