Skip to content

How to get predictable and consistent coloring/positions for my branches. #78

Closed Answered by Jarshvor
Jarshvor asked this question in Q&A
Discussion options

You must be logged in to vote

I understood the 'order' and 'persistence' parameters now and finally managed to get it working with:

persistence = [
    '^(master|main)$',
    '^(dev)$'
]
order = [
    '^tags/.*$',
    '^(master|main)$',
#   '^(dev-)*$',
    '()',
    '^(dev)$'
]

As the other discussions post before this points out, thanks for these features. They really make a difference.

Replies: 2 comments 3 replies

Comment options

You must be logged in to vote
1 reply
@Jarshvor
Comment options

Comment options

You must be logged in to vote
2 replies
@mlange-42
Comment options

@Jarshvor
Comment options

Answer selected by Jarshvor
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants