New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

maycur-flow

Package Overview
Dependencies
Maintainers
1
Versions
7
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

maycur-flow

custom git flow in own company

  • 1.1.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

maycur workflow

根据公司特定的git workflow定制了代码版本的流程机制。操作风格延续git flow,增加了preStable的概念。

主要的流程定义
  • feature: 开发分支,从统一的develop分支衍生,完成后合并会develop。
  • release: 预发布分支,从develop分支衍生,和feature的区别在于release是开发约定后,对特定develop分支的一个切片,release是一种早期的待发布状态
  • preStable: 预生产分支,从release分支衍生,较稳定的发布版本
  • hotfix: 热修复分支,从生产分支(一般为master)衍生,用于修复线上bug,hotfix finish后会合并到开发(develop), 预生产(preStable), 生产(master)三个分支
开发内容
  1. 增加prune命令,用于同步远程/本地的分支信息,当远程的分支删除后,本地的同名分支也会删除

Keywords

FAQs

Package last updated on 11 Feb 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc