How to access or perform a git commit in a deprecated codespace? #52340
Answered
by
osortega
AWATV
asked this question in
Codespaces
-
Select Topic AreaQuestion BodyAnd I was writing my code, and I didn't manage to commit until the time ran out. Is there a way to get the code or commit the latest changes? |
Beta Was this translation helpful? Give feedback.
Answered by
osortega
Apr 10, 2023
Replies: 1 comment 1 reply
-
|
Hi @AWATV 👋 ! Hope this helps! |
Beta Was this translation helpful? Give feedback.
1 reply
Answer selected by
AWATV
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment

Hi @AWATV 👋 !
What do you mean by deprecated codespace?
You can always export the changes of a codespace to a branch, you just need to go to https://github.com/codespaces, click on the three dots on the right side of the codespace name and select
Export changes to a branchHope this helps!