/* do not put into content
======OOFEM: Anonymous read-only git access======
*/
OOFEM: Anonymous read-only git access
Because the OOFEM team tries very hard to release stable and
as-bug-free-as-possible distributions, we tend to take a long time
between major releases. However, there are many useful new features
(and bug fixes) in our internal Subversion tree that some users have
asked for access to. Additionally, for those who are actually
developping OOFEM, online development repository access gives the most up-to-date
versions rather than the periodic tarball access. As such, the OOFEM
team has decided to provide read-only access to the OOFEM git repository.
Be aware, however, that the head of the development code tree is not
guaranteed to be stable. For the most part, we try very hard to not
commit things that are broken, but this is an active development tree
-- bugs happen. This is actually another major reason that this tree has
been made available: peer review. If you find any bugs, please report
them! Contributions, suggestions, and comments are welcome.
===What is Git?===
Git is a free and open source distributed version control system. If
you want to know more about [[http://git-scm.com/|git]], we
suggest you read the [[http://git-scm.com/book|Git book]].
===Anonymous Git Access===
We allow anonymous (read-only) git access to everyone.
===Browsing the Sources===
If all you need is to browse the sources, you can go to
[[https://github.com/oofem/oofem|github.com/oofem/oofem]].
To grab a copy of the latest version of OOFEM using anonymous git
access, you need git installed. Then to clone git repository,
enter:
git clone https://github.com/oofem/oofem.git
Once you've checked out a copy of the source tree, you can update your
source tree at any time so it is in sync with the latest and greatest
by entering your oofem.git directory and running the command:
git pull origin
You can also visit [[http://www.oofem.org/wiki/doku.php?id=git-tutorial|oofem git tutorial]]
for more information.
Because you've only been granted anonymous access to the tree, you
won't be able to commit any changes. Changes can be submitted for
inclusion by posting them to the oofem mailing list. For those that
are actively contributing git commit access can be made
available.
{{page>misc:en_bottom&nofooter}}
{{page>misc:en_counter&nofooter}}