Git: Difference between revisions

From FreeMind
Jump to navigationJump to search
m (moved GIT to Git: Spelled "Git" rather than "GIT" per official website.)
(+year of switching to CVS, etc.)
 
(One intermediate revision by the same user not shown)
Line 1: Line 1:
'''GIT''' -- is a place where history of FreeMind source code starting from version 0.9.0 is stored. It is also the place where the latest unreleased versions of FreeMind source code can be found.
'''Git''' is a place where history of FreeMind source code starting from version 0.9.0 is stored. It is also the place where the latest unreleased versions of FreeMind source code can be found.
 
The FreeMind project switched source version control from [[CVS]] to Git in 2011 (both hosted by SourceForge), as per [https://sourceforge.net/p/freemind/discussion/22101/thread/544baa04/ FreeMind 0.9.0 is out], 19 Feb 2011 and the commit logs.


==Links==
==Links==
* [http://sourceforge.net/p/freemind/code/ci/master/tree/ Browse GIT repository and get information about Git in FreeMind], sourceforge.net
* [http://book.git-scm.com/index.html Git Community Book], book.git-scm.com


* [http://sourceforge.net/p/freemind/code/ci/master/tree/ Browse GIT repository and get information about GIT in FreeMind]
==Using Git with Eclipse==
* [http://book.git-scm.com/index.html Git Community Book]
To find out how to use Git in ''Eclipse'' development environment for Java, get the plugin "EGit" for Eclipse and share the project "FreeMind".
==Using GIT with Eclipse==
 
To find out how to use GIT in ''Eclipse'' development environment for Java, get the plugin "EGit" for Eclipse and share the project "FreeMind".


[[Category:Development]]
[[Category:Development]]

Latest revision as of 13:20, 12 May 2026

Git is a place where history of FreeMind source code starting from version 0.9.0 is stored. It is also the place where the latest unreleased versions of FreeMind source code can be found.

The FreeMind project switched source version control from CVS to Git in 2011 (both hosted by SourceForge), as per FreeMind 0.9.0 is out, 19 Feb 2011 and the commit logs.

Links

Using Git with Eclipse

To find out how to use Git in Eclipse development environment for Java, get the plugin "EGit" for Eclipse and share the project "FreeMind".