Git: Difference between revisions

From FreeMind
Jump to navigationJump to search
(Created page with "'''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 ...")
 
(+year of switching to CVS, etc.)
 
(5 intermediate revisions by 2 users 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://freemind.git.sourceforge.net/git/gitweb.cgi?p=freemind/freemind;a=summary Browse GIT repository]
==Using Git with Eclipse==
* [https://sourceforge.net/scm/?type=git&group_id=7118 Get information about GIT in FreeMind]
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".