'PyCharm deployed development: how to keep version control in sync
I'm using deployed development in PyCharm, with local Windows and remote Linux machines. I'm running the code and doing all the git commands on the remote, which means that the local doesn't know which branch I'm on and the changed code highlighting is wrong. How do I get the local to reflect the current branch and changes?
Whenever I Google this issue, I mostly get JetBrains doc pages for either deployed development or version control, nothing that mentions both. I've also created a ticket here but wondered if anyone had a workaround for this. I'm thinking something along the lines of using rsync to pull the .git folder back to the local then changing the autocrlf setting from input back to true so the Windows line endings aren't committed.
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
