pioneer分享页面
Go to file
john f6e6c8d91d Merge tag '1.0.2-issue' into dev
v1.0.2-issue 1.0.2-issue
2024-06-06 21:23:46 +08:00
.yarn feat: 2024-06-06 20:25:29 +08:00
antd-demo 🐞 fix: 2024-05-24 10:21:29 +08:00
public 注册页 2024-01-31 10:28:31 +08:00
src 🐞 fix: 2024-06-06 21:08:42 +08:00
.env.development feat: 2024-06-06 20:25:29 +08:00
.env.production 注册页 2024-05-22 17:41:51 +08:00
.gitignore 注册页 2024-01-31 10:28:31 +08:00
.yarnrc.yml 注册页 2024-05-22 17:41:51 +08:00
README.md 🐞 fix: 2024-06-03 14:38:18 +08:00
index.html feat: 2024-06-06 20:25:29 +08:00
package.json feat: 2024-06-06 20:25:29 +08:00
tsconfig.json 注册页 2024-01-31 10:28:31 +08:00
tsconfig.node.json feat: 2024-06-06 20:25:29 +08:00
vite.config.ts feat: 2024-06-06 20:25:29 +08:00
yarn.lock feat: 2024-06-06 20:25:29 +08:00

README.md

Git Flow

  • 初始化Git Flow git flow init

  • 创建一个新功能分支 git flow feature start new-feature

  • 完成功能开发 git flow feature finish new-feature

  • 创建一个release分支 git flow release start 1.0.0

  • 完成release分支 git flow release finish 1.0.0

  • 紧急修复 git flow hotfix start hotfix-issue git flow hotfix finish hotfix-issue