Elektrine lite

← Feed

@manuq@mastodon.uy

Post #788297

2025-09-04 00:41 UTC

Godot + Git advice: Don't use `git mv` to move or rename your files. Instead, do it from the editor's Filesystem dock (drag & drop, right click -> Move/Duplicate to..., etc). Then do `git add` to the new file name and `git rm` to the old file name (which will be understood as a rename). And also `git add` the modified dependencies. This is because the editor keeps track of the files dependencies (project resources) and automatically updates them. If you move the file externally the dependencies will be broken. #GodotEngine #Git

Replies (0)

No replies.