mirror of
https://gitea.com/gitea/docs.git
synced 2026-09-20 04:58:52 +00:00
Fix some versions
This commit is contained in:
@@ -30,14 +30,14 @@ cd gitea
|
||||
|
||||
```bash
|
||||
git branch -a
|
||||
git checkout v@version@
|
||||
git checkout @sourceBranch@
|
||||
```
|
||||
|
||||
最后,你也可以直接使用标签版本如 `v@version@`。你可以执行以下命令列出可用的版本并选择某个版本签出:
|
||||
最后,你也可以直接使用标签版本如 `@sourceVersion@`。你可以执行以下命令列出可用的版本并选择某个版本签出:
|
||||
|
||||
```bash
|
||||
git tag -l
|
||||
git checkout v@version@
|
||||
git checkout @sourceVersion@
|
||||
```
|
||||
|
||||
## 编译
|
||||
|
||||
Reference in New Issue
Block a user