Skip to content

一个能自动将 master 分支代码合并到其余所有分支的工具

Notifications You must be signed in to change notification settings

lilywang711/mergeall

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mergeall

A tool that automatically merges master branch code to all remaining branches and commits it to the remote

Installation

npm install @lilywang/mergeall -g

Usage

Go to a project directory and execute mergeall from the command line

image-20200523163232613

Note: conflicting branches will be skipped.

Contributing

  • Fork it!
  • Create your feature branch: git checkout -b my-new-feature
  • Commit your changes: git commit -am 'feature: Add some feature'
  • Push to the branch: git push origin my-new-feature
  • Submit a pull request

License

MIT

About

一个能自动将 master 分支代码合并到其余所有分支的工具

Resources

Stars

Watchers

Forks

Packages

No packages published