Restore spacing and tweak wording in README

This commit is contained in:
Simon Marsh 2020-07-19 19:10:41 +01:00
parent 7f6c418f5b
commit 809283a1e3
No known key found for this signature in database
GPG key ID: 30B29A716A54DBB3

View file

@ -22,11 +22,11 @@ The branch must be created in the registry on the date described in the branch n
```sh
# create a new branch and switch to it
git checkout -b burble-20200704/mychange
git checkout -b foo-20200704/mychange
# push it immediately to the registry
git push --set-upstream origin burble-20200704/mychange
git push --set-upstream origin foo-20200704/mychange
```
*Note that it can take up to 10 minutes after registering as a new user before you get permission to create the new branch*
@ -60,7 +60,7 @@ git fetch origin master
# ensure you are using your new branch
git checkout burble-20200704/mychange
git checkout foo-20200704/mychange
# rebase your branch on top of the master
#
@ -109,4 +109,4 @@ Any personal information stored in the registry is optional and voluntarily prov
If this is not acceptable for you, you must not upload your personal details to the registry.
All registered users have the capability to make copies of the registry data for their own use. Should you do this, you must ensure that any copies are deleted when no longer required and that you will make best efforts to update or delete personal data when requested.
All registered users have the capability to make copies of the registry data for their own use. If you do copy the registry you must ensure that any copies you make are deleted when no longer required and that you will make best efforts to update or delete personal data when requested.