I have two computers(computer 1 and computer 2), one at work and one at home.
Both computers are connected to the same Github repository.
I forgot to commit the code after writing in computer 1. Now I'm using computer 2 and I want to get the uncommitted code in computer 1 so I can synchronize the content by committing the code in computer 1 first, and then start writing code in computer 2. Is there's a way I can do that?