I have a Git repository on a remote server, but how do I get a GUI on my local machine?
I don't want to have ANY of the files on my local machine, just a GUI to interact with the remote server.
Platform: Windows
EDIT Just to clarify, I want a FTP-like program with visual git comman开发者_运维问答ds
Install xming (x server) and run git guy over ssh with X11forwarding?
You can use VNC on Windows.
You can use ssh -X
on Linux and Windows.
精彩评论