Git: Difference between revisions
From FreeMind
Jump to navigationJump to search
Dan Polansky (talk | contribs) (use the canonical "Git" (not "GIT") spelling) |
Dan Polansky (talk | contribs) (+year of switching to CVS, etc.) |
||
| 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 | |||
==Using Git with Eclipse== | ==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". | 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
- Browse GIT repository and get information about Git in FreeMind, sourceforge.net
- Git Community Book, book.git-scm.com
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".