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:

$ git clone git://gcc.gnu.org/git/gcc.git gcc-git-devel-modula2
$ cd gcc-git-devel-modula2
$ git checkout devel/modula-2
$ cd ..

GNU Modula-2 is in the process of migrating into the GCC git tree. See development section in this GM2 documentation for git details and See gcc:downloading-the-source in the GCC documentation.