Help with 2 codespace #70450
-
Select Topic AreaQuestion BodyHello there, So I am doing the CS50 course and now reached week 8. Around week 4, i noticed that the workspace I was working on had a different name than the original one. It goes like this: The change happened (I think) from the moment I switched from the online CS Code version provided by Harvard, after which I used CS Code locally only laptop once I got more confident with coding. It regularly asks me to restart cs50.dev, which I can then open in CS50 Desktop, but each time by default it will load the first codespace (that stops at week4) and I have to change it manually every time. Any Idea how I could correct this? I am afraid to lose my progress by doing anything wrong and that I would need to resubmit all. Worse case, I can just suck it up and continue to manually switching until I complete the course. Thanks in advance for your help. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
👋 Hi there! While I'm unsure exactly what led the CS50 application to create your second codespace, I believe that with CS50 you would typically have write access to the remote GitHub repository that underlies both of your codespaces. What that means is that from either codespace, you should be able to push your work to that repository and then pull and/or merge those changes down from the repository into the other codespace. Regardless of the CS50 application behavior, you can also always manage all your codespaces from https://github.com/codespaces as well, so if you move your work into a single codespace, you should be able to delete the other one. |
Beta Was this translation helpful? Give feedback.
👋 Hi there!
While I'm unsure exactly what led the CS50 application to create your second codespace, I believe that with CS50 you would typically have write access to the remote GitHub repository that underlies both of your codespaces. What that means is that from either codespace, you should be able to push your work to that repository and then pull and/or merge those changes down from the repository into the other codespace.
Regardless of the CS50 application behavior, you can also always manage all your codespaces from https://github.com/codespaces as well, so if you move your work into a single codespace, you should be able to delete the other one.