I’m working on security company’s project, and I can only access the Git repository via VPN.
But I can’t use their VPN in my PC directly because of some issues.
So I’m currently using VPS with company’s VPN installation inside it, and the most difficult thing is Git management for now.
I can’t push directly from my PC, so I have to copy changed files manually from my PC to VPS. This is very huge mount of task when there are many changed files.
So my question is how I can use Git directly on my PC directly without using company’s VPN.