Using Git

For those that wish to use git locally rather than checking out trunk/ from the sf.net svn, there is a publicly available git repository that is currently mirroring the jnode svn repo. It is also open for push access for anyone that wants it. The URLs for git are listed below.

Site: http://repo.or.cz/w/jnode-mirror.git
Pull: git://repo.or.cz/jnode-mirror.git
Push: git+ssh://repo.or.cz/srv/git/jnode-mirror.git

For those who know what they are doing already and simply want push access, refer to the page on setting up push access. For those that are unfamiliar with git, there are a few git pages below that explain some of the common tasks of setting up and using git. This of course is not meant to be a replacement for the git manual.

Git Manual: http://www.kernel.org/pub/software/scm/git/docs/user-manual.html
Git Crash Course for SVN users: http://git.or.cz/course/svn.html