seaders
seaders

Reputation: 4096

Git install with Aptana

I use a variety of eclipse's for different uses, and for any backend work, my preference is Aptana, only problem with it, I feel is I think it's got a funky Git installation, which doesn't operate anything like EGit, which is common on the other versions I use.

The biggest irritation I have is comparison (with HEAD), and 'Show in history'. I've attached screenshots to show what I mean (all against the same project and file, a git tracked 'MANIFEST.in' file),

'Compare with' in Aptana:

Compare with' in Aptana

In Android Developer Tools:

In Android Developer Tools

In Flash Builder:

In Flash Builder

'Team' context view in Aptana:

'Team' context view in Aptana

In the others:

In the others

I already have eGit installed,

I already have eGit installed

Funky Aptana git plugin,

Funky Aptana git plugin

Any notion as to how to get rid of (what I deem to be) the funky Aptana one, and instead use the proper, more functional and standard eGit one?

Upvotes: 2

Views: 2799

Answers (1)

cjc343
cjc343

Reputation: 3765

Per request:

There's an option which should disable Aptana's Git in Preferences > Team > Git > Automatically attach our git support to projects added that have git repositories

Upvotes: 3

Related Questions