Git

short URL

From Fiji

Jump to: navigation, search

Contents

Source Code Management

Fiji's development relies heavily on Git (if you do not know what Git is, you may want to have a look at our real concise introduction to Git). The principal Fiji project is a Git supermodule, which includes submodules -- projects in their own right. These submodules do not have to be checked out, but can be left empty, if you are not interested in the development of that particular project.

Some of Fiji's submodules are imported from third parties; most of them have their source code in Subversion repositories, which are mirrored via git-svn. The mirrors are updated by a cron job on fiji.sc.

Fiji's repository

The Git repositories on fiji.sc can be accessed anonymously, via URLs such as git://fiji.sc/fiji.git/, and they can be viewed via gitweb.

Contrib

If you want to contribute to Git, you can do that with the contrib user: Just use the URL contrib@fiji.sc:fiji.git/ instead, and work on the contrib branch (the contrib user does not need a password, but can only push to the contrib branch).

Further documentation

Some useful documentation, in particular for Fiji: