refactor: update stand branches and support dot file

This commit is contained in:
rkiel
2020-11-26 08:57:01 -05:00
parent 780cd2eaff
commit 995d4c779e
4 changed files with 63 additions and 31 deletions

View File

@@ -1,7 +1,8 @@
let lib;
// TODO: read from .git-utilities
function standard() {
return ["master", "release"];
return ["master", "release", "main", "develop"];
}
function isStandard(b) {