Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 0 additions & 6 deletions tutorials/best_practices/version_control_systems.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>`__.