└── .bit.json /.bit.json: -------------------------------------------------------------------------------- 1 | { 2 | "gitflow.branch.master": "master", 3 | "gitflow.branch.develop": "develop", 4 | "gitflow.prefix.feature": "feature/", 5 | "gitflow.prefix.release": "release/", 6 | "gitflow.prefix.hotfix": "hotfix/", 7 | "gitflow.prefix.versiontag": "" 8 | } --------------------------------------------------------------------------------