diff options
Diffstat (limited to 'GettingTheCode.mdwn')
-rw-r--r-- | GettingTheCode.mdwn | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/GettingTheCode.mdwn b/GettingTheCode.mdwn new file mode 100644 index 0000000..63894b5 --- /dev/null +++ b/GettingTheCode.mdwn @@ -0,0 +1,14 @@ + +The source code management system is Git (Cogito). + + +# Anonymous git + +* Check out the tree: + * `git clone git://anongit.freedesktop.org/git/libopenraw.git` + +# For developers (needs authorization) + +* Get a username if you don't have one: See [[http://www.freedesktop.org/wiki/AccountRequests|http://www.freedesktop.org/wiki/AccountRequests]] for details. +* Check out the tree: + * `git clone git+ssh://git.freedesktop.org/git/libopenraw.git`
\ No newline at end of file |