DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
...
Once you're done, squash all those changes into a single commit on the develop branch, and delete the temporary branch:
| git checkout developmaster git merge --squash work git commit -a |
|---|
...