I am trying to find a way to manage a git repo on a server that is on a VPS. I have SSH which is all well and good, but I am looking for some way to use a GUI over a remote connection. Is it possible?

link|improve this question

76% accept rate
What do you mean by "manage"? Is your working directory on the VPS, or is the VPS hosting a second copy of your repo? – Stephen Jennings Nov 16 '11 at 5:47
What I need is a way to control git on the server from my laptop, I am using the server to compile linux kernels and other things that need more power than my laptop can give. I am really looking to remotely control git. – Solignis Nov 16 '11 at 5:57
feedback

1 Answer

up vote 0 down vote accepted

Use VNC or SSH ForwardX11 depending how good connectivity you have and how do you feel better

link|improve this answer
That sounds like a good idea, does X11 forwarding work if server I am connecting to does not have X installed? Or do both sides (my laptop and the VPS server) require X installed? – Solignis Nov 18 '11 at 3:06
Your laptop needs X11 running of course to show graphical UI. In VPS you need only some X11 libs that are required for programs you plan to run. Use ldd /program/name to see what is needed – Cougar Nov 18 '11 at 17:31
That sounds like it would work very well, I will give it a try. Thanks – Solignis Nov 18 '11 at 19:12
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.