Pycharm with git - update the local computer
已回答
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
请先登录再写评论。
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