mirror of
https://git.dn42.dev/dn42/registry.git
synced 2025-06-21 19:25:33 +08:00
Restore spacing and tweak wording in README
This commit is contained in:
parent
7f6c418f5b
commit
809283a1e3
1 changed files with 15 additions and 15 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue