On Dec 13, 2010, at 9:30 AM, Matt wrote: > Hello, At work I have a local server which I use to develop on. I work on the > code through an IDE that connects to the server. I open up the terminal log > into the server and commit any changes. > The code gets pushed to a testing server. > > I want to use GitX but I don't know how to use it where the git repo is not > on my computer. > > So how can I use GitX where the .git file is not on my computer. And will > there be support for this?
Look the Git URLs section of the clone man page <http://www.kernel.org/pub/software/scm/git/docs/git-clone.html> for how to enter ftp and other urls. If you can use SSH my branch has a username/password window for SSH. The latest binary is from Nov 17th. https://github.com/brotherbard/gitx/downloads Also I think some of the FTP GUI clients can mount an FTP connection as a drive, then you could treat the repo as local. --Nathan http://brotherbard.com/
