summaryrefslogtreecommitdiff
path: root/forgeConfig.proto
diff options
context:
space:
mode:
Diffstat (limited to 'forgeConfig.proto')
-rw-r--r--forgeConfig.proto6
1 files changed, 3 insertions, 3 deletions
diff --git a/forgeConfig.proto b/forgeConfig.proto
index 5d3b25a..5195b09 100644
--- a/forgeConfig.proto
+++ b/forgeConfig.proto
@@ -20,9 +20,9 @@ message ForgeConfig {
bool favorite = 6; // you like this. always git clone/go clone this repo
bool interesting = 7; // this is something interesting you found and want to remember it
- string masterBranch = 8; // git 'main' or 'master' branch name
- string develBranch = 9; // whatever the git 'devel' branch name is
- string userBranch = 10; // whatever your username branch is
+ string masterBranchName = 8; // git 'main' or 'master' branch name
+ string develBranchName = 9; // whatever the git 'devel' branch name is
+ string userBranchName = 10; // whatever your username branch is
string debName = 11; // the actual name used with 'apt install' (or distro apt equivalent.
// todo: appeal to everyone to alias 'apt' on rhat, gentoo, arch, etc to alias 'apt install'