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

0
1 comment

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).

0

Please sign in to leave a comment.