Git on ssh via phpstorm
Hello,
I've a SSH connection with git installed on it. I create a new project with my files on my virtual machine. So, my phpstorm local files is synced with my VM. How can I do to synced my files to a branch on git? Just remember that the git tool is installed on my virtual machine.
thanks
请先登录再写评论。
Not sure if anyone tested this.
Why don't you install Git locally?
It's also not recommended to work with project files that are located on a mounted drive (even if it's a local VM file system limitations for mounted drives would result in performance degradation and unexpected issues).