pioneer分享页面
Go to file
john bc75c7885c 🐞 fix:
修复倒计时bug,删除eslint
2024-06-03 14:38:18 +08:00
.yarn 🐞 fix: 2024-06-03 14:38:18 +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-03 14:38:18 +08:00
.env.development 注册页 2024-05-22 17:41:51 +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 update 2024-05-22 18:47:27 +08:00
package.json 🐞 fix: 2024-06-03 14:38:18 +08:00
tsconfig.json 注册页 2024-01-31 10:28:31 +08:00
tsconfig.node.json 解决打包报错 添加logo 2024-01-31 16:36:19 +08:00
vite.config.ts 注册页 2024-01-31 10:28:31 +08:00
yarn.lock 🐞 fix: 2024-06-03 14:38:18 +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