Controlling git repository remotely

三世轮回 提交于 2019-11-27 08:31:51

问题


My local git repository is on a Linux, on a vmware.
I want to know which file had been modified (Or which file is new), and controlling these events through GUI-tools.

Something like this:

I did it before using TortoiseSVN, this is working if my repository and GUI-tools be on same OS, but now my repository is on Linux and I need some GUI-tools on my windows to control the repository

PS: I don't want to make a copy of the repository on the windows, and sync both repositories.


回答1:


you could use any GUI which uses git commandline (which is NOT TortoiseGit, but for example gitextensions, sourcetree, gitgui&gitk) and make it use instead of real Git a script which transparently runs each command at the remote system.

https://github.com/ericpruitt/sshfsexec is an example of such approach.




回答2:


try Git-extension. With this tool you can control everything just like you are using git shell. see more @: https://git-extensions-documentation.readthedocs.io/en/latest/



来源:https://stackoverflow.com/questions/38291364/controlling-git-repository-remotely

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!