Various tools to work with Git version control
Git is the most popular SCM, initially developed to manage source of Linux kernel. Later many clients and tools are developed for Git. In this article we going to see various tools to use with Git.
Git is primarily for Linux platform. Git is ported to windows and it is named as msysGit. Preferably choose Git as it is original. If you are windows lover then choose msysGit.
TortoiseGit is the best client for Windows. It provides shell extension to access the Git repository. Giggle is the graphical frontend for the git in Linux. It is developed using GTK+.
JGit is a library developed by Eclipse to work with Git repository. Most of the companies prefer to develop their own tools to get information from the repository. JGit is implemented in Java and it will help you to communicate with Git. If you are a .NET lover then Gitsharp is available to interact with Git. It is .NET port of JGit.
EGit and NBGit is the plugin to access Git repository from Eclipse and Netbeans respectively. Gerrit is a web based code review system, facilitating online code reviews for projects using the Git version control system.
Above are few tools which could be used to work with Git repository. All these are open source and has stable releases.
comments powered by Disqus
Related Articles
Git vs Subversion
Git and Subversion are most popular and widely used version control system. What is the best situation to choose them? It is important to know its pros and cons, evaluate your requirement and choose the right one.
Where should i host my open source code?
I have a open source project but where should i host? This is the frequently asked question among developers. Below details will certainly help to choose the best code hosting site.
4 Free Code Snippets Hosting Sites
Most of us would be familar about the project hosting sites like sourceforge, github etc. These sites hosts the complete project, documentation and has a means to track bugs etc. Sometimes we may need to host the simple pieace of code which we may be want to share it with our friends or to post the link in the forum to discuss more about the code.
Top 15 Open source alternative to Microsoft products
Microsoft is monopoly in the commercial software. Here are 15 best alternatives to most popular and widely used Microsoft products.
LucidWorks Vs SearchBlox - Enterprise Search Solution
Enterprise search software should be capable to search the data available in the entire organization or personnel desktop. The data could be in File system, Web or in Database. It should search contents of Emails, file formats like doc, xls, ppt, pdf and lot more. There are many commercial products available but LucidWorks and SearchBlox are best and free.
An introduction to LucidWorks Enterprise Search
Lucidworks Enterprise search solution is built on top of Apache Solr. It scales seamlessly w/sub-second response times under extreme query loads for multi-billion document collections. It has user friendly UI, which does all the job of configuration and search.
How to contribute to open source
I could see many many students posting this question in many forums, I want to contribute to open source but How to contribute? There are many ways to do that. I have listed a few and I hope it might be useful.
8 Best Open Source Searchengines built on top of Lucene
Lucene is most powerful and widely used Search engine. Here is the list of 7 search engines which is built on top of Lucene. You could imagine how powerful they are.
Microsoft released F# under Open Source
F# is a functional programming language for the .NET Framework. It combines the succinct, expressive and compositional style of functional programming with the runtime, libraries, interoperability, and object model of .NET. Microsoft recently released its source code under Apache License.
Is Unix time end by 2038
In 32 bit operating system, Dates are calculated using number of seconds differece between 1 January 1970 and current date. This difference will reset to 00:00:00 on January 2038. This is called year-2038 Bug.