I have a remote linux development server and I use winscp to edit files via ssh. I have chosen sublime as default editor for winscp. However i cannot think of a good way to have git support in sublime (e.g. sublimegit or gitgutter) with this setup. The development server has git installed and configured.
I could install X11 on my linux server and install there sublime but i would like to avoid this option.
Is there a better way to integrate git with sublime when working on a remote filesystem and not a local one?