1 The (Amnesic) Incognito Live System, and this documentation wiki, are
2 developed in a bunch of git repositories.
4 Anyone can check it out like this:
6 git clone git://git.immerda.ch/amnesia.git
7 git clone git://git.immerda.ch/amnesia_live-initramfs.git
9 The Gitweb for the main repository is
10 [here](http://git.immerda.ch/?p=amnesia.git), while the one for our
11 custom `live-initramfs` branches is [there](http://git.immerda.ch/?p=amnesia_live-initramfs.git)
14 Developers with write access to the repository should instead:
16 git clone 'ssh://boum_org_amnesia@webmasters.boum.org/~/wiki.git'
17 git clone 'ssh://git@git.immerda.ch/amnesia_live-initramfs.git'
19 If you want to commit patches that may be published later, you might
20 want to anonymize them a bit; to do so, run the following commands
21 while in every of your local clones' directories:
23 git config user.name amnesia
24 git config user.email amnesia@boum.org