Toggle navigation
Toggle navigation
This project
Loading...
Sign in
万朱浩
/
Venue-Ops
Go to a project
Toggle navigation
Projects
Groups
Snippets
Help
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
ghmark675
2025-11-11 10:45:05 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Committed by
GitHub
2025-11-11 10:45:05 +0800
Commit
79e7123456a66b951b112e8a36f2d8c2452610ac
79e71234
2 parents
a05b0388
6db203b6
Merge pull request #303 from 666ghj/dev
Dev
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
CONTRIBUTING-EN.md
CONTRIBUTING.md
CONTRIBUTING-EN.md
View file @
79e7123
...
...
@@ -20,6 +20,7 @@ cd <repository-name>
```
bash
git checkout dev
git pull origin dev
# Synchronize the latest code from the remote dev branch.
```
> ⚠️ Always create your feature branch from **`dev`**, not `main`.
...
...
CONTRIBUTING.md
View file @
79e7123
...
...
@@ -20,6 +20,7 @@ cd <仓库名>
```
bash
git checkout dev
git pull origin dev
# 同步远程 dev 分支的最新代码
```
> ⚠️ 请务必从 **`dev` 分支** 创建你的功能分支,而不是从 `main`。
...
...
Please
register
or
login
to post a comment