.. _development: How to get source code using git ******************************** GNU Modula-2 is in the process of migrating into the `GCC git tree `_. The development branch is available via git: .. code-block:: modula2 $ git clone git://gcc.gnu.org/git/gcc.git gcc-git-devel-modula2 $ cd gcc-git-devel-modula2 $ git checkout devel/modula-2 $ cd .. .. _obtaining: GNU Modula-2 is in the process of migrating into the `GCC git tree `_. See :ref:`development` section in this GM2 documentation for git details and See :ref:`gcc:downloading-the-source` in the GCC documentation.