开发者

Git GUI when on a remote server

开发者 https://www.devze.com 2023-03-22 10:15 出处:网络
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.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消