Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Git/TextMate/server

0 views
Skip to first unread message

D.M. Procida

unread,
Jul 4, 2009, 2:37:43 PM7/4/09
to
I use MacFuse and TextMate to work on files on my development server.

I have to use various repositories (SVN, Mercurial, Git) and can just
about blunder my way through the requisite commands on the server, but
now I want to do a bit more though Git.

I see that TextMate has a Git bundle, but I presume that isn't going to
help much unless using Git on the same machine, rather than on a remote
server.

Any suggestions for making all this a little easier?

Daniele
--
Wanted: TEAC A-2300SX, Akai GX-4000D

Chris Ridd

unread,
Jul 4, 2009, 2:50:32 PM7/4/09
to
On 2009-07-04 19:37:43 +0100,
real-not-anti...@apple-juice.co.uk (D.M. Procida) said:

> I use MacFuse and TextMate to work on files on my development server.
>
> I have to use various repositories (SVN, Mercurial, Git) and can just
> about blunder my way through the requisite commands on the server, but
> now I want to do a bit more though Git.
>
> I see that TextMate has a Git bundle, but I presume that isn't going to
> help much unless using Git on the same machine, rather than on a remote
> server.

Git works by pulling branches from remote repositories into a local
repository, so I suppose Textmate's support will work fine against the
local repo but maybe not help much with pushing and pulling changes.

There's a couple of git GUIs around which might help (two come with
git), though I don't think they're particularly brilliant.

--
Chris

Mark Bestley

unread,
Jul 5, 2009, 5:29:35 PM7/5/09
to
Chris Ridd <chri...@mac.com> wrote:

GitX <http://gitx.frim.nl/user_manual.html> is a Cocoa app and is
reasonable for file and branch management but dows not help with
push/pull/fetch or merges which have to be done from command line

For remote server you are going to have to set up cron/launchd scripts
to do a git push


--
Mark

Chris Ridd

unread,
Jul 6, 2009, 1:37:54 AM7/6/09
to
On 2009-07-05 22:29:35 +0100, ne...@bestley.invalid (Mark Bestley) said:

> Chris Ridd <chri...@mac.com> wrote:
>
>> There's a couple of git GUIs around which might help (two come with
>> git), though I don't think they're particularly brilliant.
>
> GitX <http://gitx.frim.nl/user_manual.html> is a Cocoa app and is
> reasonable for file and branch management but dows not help with
> push/pull/fetch or merges which have to be done from command line

I've used GitX a bit, and while it is a Cocoa app it really shares the
flaws in gitk et al - the graph ends up looking like an insane
underground map, the graph *completely changes* after fetches/merges
and reloading, and the graph's not interactive. Wouldn't dragging
changes between branches make sense? What about branching using the
mouse?

I might try giggle (GTK only) later, but I don't think any of them are
very good at managing branches.

--
Chris

0 new messages