mirror of
https://git.dn42.dev/dn42/registry.git
synced 2025-07-19 00:46:59 +08:00
Use UTC date for branch naming
This commit is contained in:
parent
b43d6a6409
commit
ece3ecc209
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