http://www.syndie.i2p/monotone_howto.html
Create a long lasting monotone nym for development, using a valid email address: mtn genkey
[email protected] Create a transient monotone nym for synchronizing with the repository: mtn genkey
[email protected] Make sure your commits will be signed by the long lasting nym:
cat >> ~/.monotone/monotonerc
function get_branch_key (branchname)
return "
[email protected]"
end
^D You can have monotone remember the passphrases to those passwords as well:
cat >>...