pioneer分享页面
Go to file
john 1a0f3b1fb8 🐞 fix:
隐藏邮箱
2024-06-07 18:41:06 +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-07 18:41:06 +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 21:24:19 +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