Pycharm with git - update the local computer
Answered
I'm working with two computers, one In the lab and the second at home.
Lab: Linux Ubuntu 18.04
Home: Windows 10
I connect to GitHub from the Pycharm and I want to update the code in the computer at home after I change it on the computer at the lab.
What is the easiest way to do that?
I try to use pull or update but it didn't work.
Best,
Eran B
Please sign in to leave a comment.
Hello @...
Once you've updated code on a lab computer, you should commit it and then push.
After that, once you are at your home and using home computer, you should run the "Update.
Please see more on this here:
https://www.jetbrains.com/help/idea/sync-with-a-remote-repository.html