| 47 | Once you have done some hacking & are ready to share this with others, then [https://login.launchpad.net/+login register for an account on LaunchPad], generate an SSH Key ({{{ssh-keygen}}}), and then push to your branch: |
| 48 | * Unzip [http://eden.sahanafoundation.org/downloads/ssh.zip ssh.zip] to a folder in your path (e.g. 'windows') |
| 49 | * {{{set HOME = C:\Users\windowsusername}}} (Best to do this in System Properties | Environment Variables to preserve across boots) |
| 50 | * Create SSH keypair using {{{ssky-keygen.cmd}}} |
| 51 | * |
| 52 | {{{ |
| 53 | bzr whoami "Full Name <email@address.org>" |
| 54 | bzr add |
| 55 | bzr remove |
| 56 | bzr commit |
| 57 | bzr launchpad-login mylpusername |
| 58 | bzr push lp:~mylpusername/sahana-eden/mybranch |
| 59 | }}} |