You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For my own project I wrote a script witch can automate the creation of a pu branch.
First it merges all mature feature/topic branches which are already in next into pu.
When this task is done, an empty ### Match 'next' commit helps to identify is state.
Then all branches which are not in master and not in next are merged into pu
Branches which are labeled with wip/ will not be automatically merged into pu.
The script is licensed under GPLv3 and if you like it can be integrated into your project.
The text was updated successfully, but these errors were encountered:
For my own project I wrote a script witch can automate the creation of a
pu
branch.First it merges all mature feature/topic branches which are already in
next
intopu
.When this task is done, an empty
### Match 'next'
commit helps to identify is state.Then all branches which are not in
master
and not innext
are merged intopu
Branches which are labeled with
wip/
will not be automatically merged intopu
.The script is licensed under GPLv3 and if you like it can be integrated into your project.
The text was updated successfully, but these errors were encountered: