mirror of
https://git.dn42.dev/dn42/registry.git
synced 2025-08-06 01:36:22 +08:00
Merge pull request 'Use UTC date for branch naming' (#953) from kzhao921-20210712/readme-date into master
Reviewed-on: https://git.dn42.dev/dn42/registry/pulls/953 Reviewed-by: schema-checker <schema-checker@noreply.dn42.us>
This commit is contained in:
commit
37cf708165
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ git clone git@git.dn42.dev:dn42/registry.git
|
||||||
The name of the branch ***must*** follow a specific format:
|
The name of the branch ***must*** follow a specific format:
|
||||||
`<username>-YYYYMMDD/<name>`
|
`<username>-YYYYMMDD/<name>`
|
||||||
- `<username>` is your gitea username.
|
- `<username>` is your gitea username.
|
||||||
- `YYYYMMDD` is the current date.
|
- `YYYYMMDD` is the current date (UTC).
|
||||||
- `<name>` is a descriptive name for your change.
|
- `<name>` is a descriptive name for your change.
|
||||||
|
|
||||||
The branch must be created in the registry on the date described in the branch name, so create the branch and push it to the registry immediately.
|
The branch must be created in the registry on the date described in the branch name, so create the branch and push it to the registry immediately.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue