概要
This project uses Git to manage its source code. Instructions on Git use can be found at https://git-scm.com/documentation.
ウェブアクセス
以下はオンラインソースリポジトリへのリンクです。
匿名アクセス
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
開発者アクセス
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
ファイアフォールの後ろからのアクセス
ファイアウォールの後ろからのアクセスに関するより詳しい情報は使用しているソース管理システムの文書を参照してください。