pioneer分享页面
Go to file
john 0440a31558 🌈 style:
删除无用代码
2024-07-10 10:34:16 +08:00
.yarn feat: 2024-06-06 20:25:29 +08:00
public 注册页 2024-01-31 10:28:31 +08:00
src feat: 2024-06-14 18:41:22 +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 🐎 ci: 2024-06-13 18:41:06 +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