I was reorganizing some files in my BBEdit project, a number of which are currently open, and ran "git mv" to move a bunch of files into a subdirectory. That was fine — BBEdit tracked the moved files just fine, as all I really did was move them. But when I committed those changes to a new branch, then switched back to the main branch, the files all went missing (showing in red in the sidebar). I suppose "git switch" doesn't know enough to just mv the files back — it seems to check out a new working copy in the original directory and removes the copy in the subdirectory.
Is there any way to reconnect those open files shown in red to the proper location after switching between branches? I was keeping quite a few open, so it'd be nice not to have to close them and reopen them all. -cary BBEdit 15.1.2 Sonoma 14.7 -- This is the BBEdit Talk public discussion group. If you have a feature request or believe that the application isn't working correctly, please email "[email protected]" rather than posting here. Follow @bbedit on Mastodon: <https://mastodon.social/@bbedit> --- You received this message because you are subscribed to the Google Groups "BBEdit Talk" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/bbedit/069a52b8-02a5-45a8-b46e-299973ec748en%40googlegroups.com.
