Resumen

This project uses Git to manage its source code. Instructions on Git use can be found at https://git-scm.com/documentation.

Acceso Web

Enlace al repositorio de código fuente online.

Acceso anónimo

The source can be checked out anonymously from Git with this command (See https://git-scm.com/docs/git-clone):

$ git clone --branch mybatis-3.5.16 ssh://git@github.com/mybatis/mybatis-3.git

Acceso de Desarrollador

Only project developers can access the Git tree via this method (See https://git-scm.com/docs/git-clone).

$ git clone --branch mybatis-3.5.16 ssh://git@github.com/mybatis/mybatis-3.git

Acceso a través de un cortafuegos

Consulta la documentación del SCM utilizado para más inforamción sobre acceso a través de un cortafuegos.