任何通过SSH工作的git repo查看器?

时间:2023-02-05 15:16:18

so I have a folder of Git repositories on a Linux(Ubuntu) box that I can only access via commandline SSH. I mainly work on Windows and I want to find a way to look at the list of repositories on Windows via some sort of GUI, I tried using Gitlist,http://gitlist.org/, but I'm not sure how to access the localhost of the Ubuntu machine from my Windows machine.

所以我在Linux(Ubuntu)盒子上有一个Git存储库文件夹,我只能通过命令行SSH访问。我主要在Windows上工作,我想找到一种方法通过某种GUI查看Windows上的存储库列表,我尝试使用Gitlist,http://gitlist.org/,但我不知道如何访问我的Windows机器上的Ubuntu机器的本地主机。

Any help is appreciated.

任何帮助表示赞赏。

2 个解决方案

#1


1  

Emacs can display git logs with their graph structure in text mode. Just start emacs, type C-xvd, type in the path and hit Enter. In the status buffer, just press l to view the log.

Emacs可以在文本模式下显示带有图形结构的git日志。只需启动emacs,键入C-xvd,输入路径并按Enter键。在状态缓冲区中,只需按l即可查看日志。

BTW, if you know no Emacs: use C-xC-c to end Emacs.

顺便说一句,如果你不知道Emacs:使用C-xC-c结束Emacs。

#2


0  

A generic solution which also can be used for other programs than git viewers might be a X-Server for Windows like MobaXterm.

一个通用的解决方案也可以用于除git查看器之外的其他程序,可能是一个适用于Windows的X-Server,如MobaXterm。

With that installed you can start any X program from the ssh shell if X display forwarding is active. The X program is then displayed on your Windows screen.

安装完成后,如果X显示转发处于活动状态,您可以从ssh shell启动任何X程序。然后,X程序将显示在Windows屏幕上。

#1


1  

Emacs can display git logs with their graph structure in text mode. Just start emacs, type C-xvd, type in the path and hit Enter. In the status buffer, just press l to view the log.

Emacs可以在文本模式下显示带有图形结构的git日志。只需启动emacs,键入C-xvd,输入路径并按Enter键。在状态缓冲区中,只需按l即可查看日志。

BTW, if you know no Emacs: use C-xC-c to end Emacs.

顺便说一句,如果你不知道Emacs:使用C-xC-c结束Emacs。

#2


0  

A generic solution which also can be used for other programs than git viewers might be a X-Server for Windows like MobaXterm.

一个通用的解决方案也可以用于除git查看器之外的其他程序,可能是一个适用于Windows的X-Server,如MobaXterm。

With that installed you can start any X program from the ssh shell if X display forwarding is active. The X program is then displayed on your Windows screen.

安装完成后,如果X显示转发处于活动状态,您可以从ssh shell启动任何X程序。然后,X程序将显示在Windows屏幕上。