개요
This project uses Git to manage its source code. Instructions on Git use can be found at https://git-scm.com/documentation.
웹 접근
다음은 온라인 소스 레파지토리에 대한 링크입니다.
https://github.com/mybatis/spring/
익명에 의한 접근
The source can be checked out anonymously from Git with this command (See https://git-scm.com/docs/git-clone):
$ git clone --branch mybatis-spring-3.0.4 ssh://git@github.com/mybatis/spring.git
개발자 접근
Only project developers can access the Git tree via this method (See https://git-scm.com/docs/git-clone).
$ git clone --branch mybatis-spring-3.0.4 ssh://git@github.com/mybatis/spring.git
방화벽 안쪽에서 접근
방화벽 안쪽에서 접근하는 방법에 대한 더 많은 정보를 원하시면 SCM에 대한 문서들을 참조하십시오.