nqminhuit / gis

Java Command Line Application which extends Git for supporting git-modules
1 stars 0 forks source link

Support custom default branch coloring #70

Closed nqminhuit closed 1 week ago

nqminhuit commented 8 months ago

some project will have custom default branch name like "abc_develop", config in ~/.config/gis.config so that these branch can have default-branch-color (default to "red")

default_branches=abc_develop,def_main

Also support feature branch prefix as well

feature_branch_prefixes=feat,feature_abc
nqminhuit commented 1 week ago

can use built-in java.util.Properties: http://www.java2s.com/Code/Java/Development-Class/ReadaconfigurationfileusingjavautilProperties.htm