Git hosting service in CHISE project


Gitweb

Git via HTTP

If you want to get a copy of a repository with the git command, please type:

% git clone http://git.chise.org/git/chise/<repository>.git
[Example]
% git clone http://git.chise.org/git/chise/chise-base.git

Git via SSH

You can also get a copy of a repository with the git command with SSH:

% git clone gitolite@git.chise.org:<repository>
[Example]
% git clone gitolite@git.chise.org:chise/chise-base


Last modified: Tue Mar 19 13:16:15 JST 2013 .