Controlling git repository remotely

后端 未结 2 1173
挽巷
挽巷 2020-12-12 00:58

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.

相关标签:
2条回答
  • 2020-12-12 01:42

    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.

    0 讨论(0)
  • 2020-12-12 02:03

    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/

    0 讨论(0)
提交回复
热议问题