Git: Difference between revisions

From FreeMind
Jump to navigationJump to search
No edit summary
(use the canonical "Git" (not "GIT") spelling)
 
(2 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.


==Links==
==Links==


* [http://sourceforge.net/p/freemind/code/ci/master/tree/ Browse GIT repository]
* [http://sourceforge.net/p/freemind/code/ci/master/tree/ Browse GIT repository and get information about Git in FreeMind]
* [https://sourceforge.net/scm/?type=git&group_id=7118 Get information about GIT in FreeMind]
* [http://book.git-scm.com/index.html Git Community Book]
* [http://book.git-scm.com/index.html Git Community Book]
==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 16:37, 26 February 2023

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.

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".