Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Open-source IDE's with Git support [closed]

I'm having trouble finding an open-source IDE with support for Git. Are there any that you could point me to or recommend?

like image 471
VirtuosiMedia Avatar asked Dec 09 '08 18:12

VirtuosiMedia


People also ask

Is an open source project hosted at GitHub?

It can run locally on your computer for personal use, it can run on a server for collaboration, and it can also run as a hosted service for widespread public participation. There are many hosted services out there, and one of the most popular brands is GitHub. GitHub is not open source.

Is GitHub closed source?

GitHub, the website and software itself, has never been open source. However GitHub was built to host open-source software and projects, which it still does. (However it can also host closed-source, or private, projects.

Is GitLab closed source?

GitLab's open core is published under an MIT open source license. The rest is source-available. Everyone can contribute to making GitLab better.

Which of the following IDEs are supported by Git?

The Apache NetBeans IDE provides support for the Git version control system. The IDE's Git features let you perform versioning tasks directly from your projects and code within the IDE.


2 Answers

There's an Eclipse plugin in progress.

like image 57
skiphoppy Avatar answered Oct 12 '22 04:10

skiphoppy


There's nbgit for NetBeans in development, but it's not yet stable.

like image 39
Bill the Lizard Avatar answered Oct 12 '22 03:10

Bill the Lizard