远程控制git存储库 [英] Controlling git repository remotely

查看:114
本文介绍了远程控制git存储库的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我的本​​地git存储库位于Linux上的vmware上。

我想知道哪个文件已被修改(或哪个文件是新的),并通过GUI工具控制这些事件。 / p>

类似这样:



I在使用TortoiseSVN之前做过,如果我的存储库和GUI工具在同一个操作系统上,但是现在我的存储库位于Linux上,并且我需要一些GUI工具来控制存储库,那么这个工作是可行的。



PS:我不想在Windows上创建存储库的副本,并同步这两个存储库。



https:// github。 com / ericpruitt / sshfsexec 就是这种方法的一个例子。


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.

解决方案

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.

这篇关于远程控制git存储库的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆